/* Guli homepage (landing v2) — the public homepage and nothing else.
 *
 * This sheet is loaded by app/templates/landing.html alone; the app's own
 * style.css is not loaded there, and this one is not loaded anywhere else.
 * Every class is additionally namespaced `lv2-` and every rule is scoped
 * under `body.lv2-page`, so even if the two ever meet neither can style the
 * other. Do not add app rules here and do not reach into the app from here.
 *
 * The rules below are the design's own, carried over unchanged apart from
 * that namespacing: the same numbers, the same colours, the same breakpoints
 * (1080 / 820 / 520). Rules for parts of the design that the page does not
 * use were dropped rather than carried dead.
 */

/* The design is set in Inter, and the design file never shipped it: it named
 * the family and relied on the designer having it installed, so anyone else
 * saw Arial. Inter is self-hosted here (SIL OFL, same as the rest of
 * app/static/fonts) so the page reads as drawn for everyone, and the Georgian
 * face is the site's own Noto Sans Georgian — Inter has no Georgian. Subsets
 * carry unicode-range, so a Russian reader never downloads the Latin-ext file
 * and a Georgian reader never downloads either Cyrillic one.
 *
 * This is the one family on the site that the app itself does not use (the app
 * is set in Guli Sans). Dropping the two @font-face blocks below and taking
 * Inter out of the stack falls back to the brand face with no other change. */
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 100 900;
  font-display: swap; src: url("/static/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
                 U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 100 900;
  font-display: swap; src: url("/static/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
                 U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
                 U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 100 900;
  font-display: swap; src: url("/static/fonts/inter-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 100 900;
  font-display: swap; src: url("/static/fonts/inter-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* The arrows the subsets above lack (← → ↗ ↩ ⌄), cut from Inter 4.1 with its weight axis. Without
 * them every phone drew its own system arrow — another shape, size and height. `block`, so a slow
 * load shows no arrow for a moment rather than the wrong one. */
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 100 900;
  font-display: block; src: url("/static/fonts/inter-arrows.woff2") format("woff2");
  unicode-range: U+2190, U+2192, U+2197, U+21A9, U+2304;
}
@font-face {
  font-family: "Noto Sans Georgian"; font-style: normal; font-weight: 400 700;
  font-display: swap; src: url("/static/fonts/noto-sans-georgian-georgian.woff2") format("woff2");
  unicode-range: U+0589, U+10A0-10FF, U+1C90-1CBA, U+1CBD-1CBF, U+205A, U+2D00-2D2F, U+2E31;
}
@font-face {
  font-family: "Noto Sans Georgian"; font-style: normal; font-weight: 400 700;
  font-display: swap; src: url("/static/fonts/noto-sans-georgian-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
                 U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body.lv2-page{--wine:#92223d;--deep:#6b1e2e;--night:#1a0b10;--rose:#ed5579;--canvas:#f7f1ed;--surface:#fdfbfa;--ink:#211c1d;--muted:#6b6363;--line:rgba(107,30,46,.14)}
:where(body.lv2-page),:where(body.lv2-page) *{box-sizing:border-box}
.lv2-root{scroll-behavior:smooth}
body.lv2-page{margin:0;background:var(--canvas);color:var(--ink);font-family:Inter,"Noto Sans Georgian",Arial,sans-serif;-webkit-font-smoothing:antialiased}
:where(body.lv2-page) a{color:inherit;text-decoration:none}
:where(body.lv2-page) img{display:block;max-width:100%;height:auto}
.lv2-site-header{width:min(1440px,calc(100% - 56px));height:82px;margin:auto;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:32px;position:relative;z-index:20}
.lv2-brand img{width:108px}
.lv2-desktop-nav{display:flex;justify-content:center;gap:34px;font-size:14px;font-weight:600}
.lv2-desktop-nav a,.lv2-text-link{transition:color .2s}
.lv2-desktop-nav a:hover,.lv2-text-link:hover{color:var(--wine)}
.lv2-header-actions{display:flex;align-items:center;gap:20px;font-size:13px;font-weight:650}
.lv2-header-download{padding:11px 16px;font-size:12px;white-space:nowrap}
.lv2-languages{display:flex;gap:4px;align-items:center;font-size:11px}
.lv2-languages a{color:#756b6b;border-radius:999px;padding:6px 8px;transition:color .2s,background .2s}
.lv2-languages a:hover,.lv2-languages a:focus-visible{color:var(--wine);background:#f3e9ea;outline:none}
.lv2-languages a.lv2-active{color:#fff;background:var(--wine)}
.lv2-primary-button,.lv2-light-button{display:inline-flex;align-items:center;justify-content:center;gap:13px;border-radius:999px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s}
.lv2-primary-button:hover,.lv2-light-button:hover{transform:translateY(-2px)}
.lv2-hero{min-height:720px;width:min(1440px,calc(100% - 56px));margin:auto;padding:70px 5vw 90px;display:grid;grid-template-columns:.94fr 1.06fr;align-items:center;gap:60px;overflow:hidden;border-radius:0 0 46px 46px;position:relative;background:radial-gradient(circle at 76% 28%,rgba(237,85,121,.17),transparent 30%),radial-gradient(circle at 18% 70%,rgba(146,34,61,.06),transparent 26%),linear-gradient(135deg,#fcf8f5,#f5e8e5)}
.lv2-hero::after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(146,34,61,.1);border-radius:50%;right:-170px;bottom:-250px}
.lv2-hero-copy{position:relative;z-index:4}
.lv2-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:800;color:var(--wine)}
.lv2-eyebrow span{width:28px;height:28px;border-radius:50%;background:rgba(146,34,61,.1);display:grid;place-items:center}
.lv2-hero h1{font-size:clamp(58px,6.1vw,96px);line-height:.96;letter-spacing:-.066em;margin:27px 0 28px;font-weight:700}
.lv2-hero h1 em,.lv2-statement h2 em{color:var(--wine);font-style:italic;font-family:Georgia,serif;font-weight:500;letter-spacing:-.045em}
.lv2-hero-copy>p:not(.lv2-microcopy){max-width:560px;font-size:18px;line-height:1.7;color:var(--muted)}
.lv2-hero-actions{margin-top:34px;display:flex;flex-wrap:wrap;gap:12px}
.lv2-primary-button{padding:17px 26px;background:var(--wine);color:#fff;box-shadow:0 16px 30px rgba(107,30,46,.18)}
.lv2-primary-button:hover{background:var(--deep);box-shadow:0 18px 35px rgba(107,30,46,.25)}
.lv2-secondary-button{display:inline-flex;align-items:center;gap:15px;padding:16px 25px;border:1px solid var(--line);border-radius:999px;font-weight:700;background:rgba(255,255,255,.56)}
.lv2-microcopy{display:flex;align-items:center;gap:8px;color:#827879;font-size:12px;margin-top:22px}
.lv2-online-dot{width:7px;height:7px;background:#4da071;border-radius:50%;box-shadow:0 0 0 4px rgba(77,160,113,.12)}
.lv2-hero-visual{min-height:550px;position:relative}
.lv2-statement{min-height:630px;margin:24px auto 0;padding:110px 28px 75px;text-align:center;color:#fff;background:radial-gradient(circle at 50% 35%,#551525,var(--night) 60%);position:relative;overflow:hidden}
.lv2-statement>*:not(.lv2-statement-orbit){position:relative;z-index:2}
.lv2-statement>p{color:#e9a5b6;text-transform:uppercase;letter-spacing:.24em;font-weight:800;font-size:11px}
.lv2-statement h2{font-size:clamp(58px,7vw,105px);line-height:.95;letter-spacing:-.06em;margin:22px 0 70px}
.lv2-statement h2 em{color:var(--rose)}
.lv2-statement-orbit{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.08);left:50%;top:50%;transform:translate(-50%,-50%)}
.lv2-orbit-one{width:770px;height:770px}
.lv2-orbit-two{width:1040px;height:1040px}
.lv2-city-row{display:flex;justify-content:center;align-items:center;gap:19px;flex-wrap:wrap;font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:rgba(255,255,255,.64)}
.lv2-city-row i{color:var(--rose);font-style:normal;font-size:9px}
.lv2-section-shell{width:min(1240px,calc(100% - 56px));margin:auto}
.lv2-values{padding:125px 0 140px}
.lv2-section-intro{display:grid;grid-template-columns:1fr 1.1fr;column-gap:80px;align-items:start}
.lv2-section-label{color:var(--wine);letter-spacing:.17em;font-size:11px;font-weight:850;margin:0 0 24px}
.lv2-section-intro .lv2-section-label{grid-column:1/-1}
.lv2-section-intro h2,.lv2-showcase-heading h2{font-size:clamp(44px,5vw,72px);line-height:1.02;letter-spacing:-.055em;margin:0}
.lv2-values-title{display:flex;flex-direction:column;gap:11px}
.lv2-values-title strong{font-weight:850}
.lv2-values-title span{font-size:.54em;font-weight:520;letter-spacing:-.035em}
.lv2-section-intro>p:last-child,.lv2-showcase-heading>p{color:var(--muted);line-height:1.7;max-width:500px;font-size:17px;margin:7px 0 0}
.lv2-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:68px}
.lv2-value-card{min-height:460px;padding:27px;border-radius:30px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}
.lv2-value-card h3{margin:0 0 11px;font-size:34px;letter-spacing:-.04em}
.lv2-value-card p{margin:0;line-height:1.6;max-width:310px;font-size:14px}
.lv2-value-love{color:#fff;background:var(--wine)}
.lv2-value-friends{background:#eedfe0}
.lv2-value-community{color:#fff;background:var(--night)}
.lv2-card-index{font-size:11px;font-weight:850;letter-spacing:.12em;opacity:.7}
.lv2-value-photo{height:210px;width:100%;margin:18px 0 24px;overflow:hidden;border-radius:20px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.12)}
.lv2-value-photo img{width:100%;height:100%;object-fit:cover}
.lv2-value-love .lv2-value-photo img{object-position:50% 50%}
.lv2-value-friends .lv2-value-photo img{object-position:50% 45%}
.lv2-value-community .lv2-value-photo img{object-position:50% 48%}
.lv2-app-showcase{background:#ece4df;padding:120px 0 115px;overflow:hidden}
.lv2-showcase-heading{display:grid;grid-template-columns:1.15fr .85fr;align-items:end;gap:70px}
.lv2-screen-rail{width:min(1600px,118vw);margin:75px auto 0;display:flex;align-items:center;justify-content:center;gap:22px;transform:translateX(-2%)}
.lv2-light-label{color:#eaa1b1}
.lv2-final-cta{min-height:610px;padding:95px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 50%,#f8e4e5,#f7f1ed 64%)}
.lv2-cta-logo{width:120px;margin-bottom:42px}
.lv2-final-cta>p{color:var(--muted);font-size:15px}
.lv2-final-cta h2{margin:14px 0 35px;font-size:clamp(58px,7vw,98px);letter-spacing:-.065em;line-height:1}
.lv2-final-cta h2 span{color:var(--wine)}
.lv2-light-button{padding:18px 27px;background:#fff;color:var(--wine);box-shadow:0 17px 35px rgba(89,44,52,.12);border:1px solid rgba(146,34,61,.08)}
.lv2-footer{padding:70px max(28px,calc((100vw - 1240px)/2));background:#e9dfd9}
.lv2-footer-main{display:grid;grid-template-columns:.8fr 1.1fr 1fr;align-items:start;gap:60px;padding-bottom:65px}
.lv2-footer-main>img{width:115px}
.lv2-footer-main>p{margin:0;max-width:330px;line-height:1.6;color:var(--muted);font-size:14px}
.lv2-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:16px;font-size:13px;font-weight:650}
.lv2-footer-bottom{padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#827879;text-transform:uppercase;letter-spacing:.08em}
.lv2-footer-bottom div{display:flex;gap:25px}


@media(max-width:1080px){.lv2-site-header{grid-template-columns:140px 1fr}.lv2-desktop-nav{display:none}.lv2-header-actions{justify-content:flex-end}.lv2-hero{min-height:640px;padding-inline:45px}.lv2-hero-visual{min-height:500px}.lv2-showcase-heading{grid-template-columns:1fr 1fr}}

@media(max-width:820px){.lv2-site-header{width:calc(100% - 34px);height:72px}.lv2-brand img{width:92px}.lv2-text-link{display:none}.lv2-header-download{padding:9px 12px;font-size:11px}.lv2-header-actions{gap:8px}.lv2-hero{width:100%;min-height:auto;grid-template-columns:1fr;padding:55px 22px 72px;gap:45px;border-radius:0 0 34px 34px}.lv2-hero h1{font-size:clamp(54px,15vw,76px)}.lv2-hero-copy>p:not(.lv2-microcopy){font-size:16px}.lv2-hero-visual{min-height:500px;width:min(100%,560px);margin:auto}.lv2-statement{min-height:570px;padding-top:90px}.lv2-statement h2{font-size:clamp(52px,14vw,82px)}.lv2-city-row{max-width:520px;margin-inline:auto}.lv2-section-shell{width:calc(100% - 40px)}.lv2-values{padding-block:90px}.lv2-section-intro,.lv2-showcase-heading{grid-template-columns:1fr;gap:25px}.lv2-section-intro .lv2-section-label{grid-column:1}.lv2-value-grid{grid-template-columns:1fr}.lv2-value-card{min-height:500px}.lv2-value-photo{height:270px}.lv2-app-showcase{padding-block:90px}.lv2-screen-rail{width:max-content;max-width:100%;margin-top:55px;justify-content:flex-start;padding:0 22px 30px;transform:none;overflow-x:auto}.lv2-footer-main{grid-template-columns:1fr;gap:28px}}

@media(max-width:520px){.lv2-hero-actions{flex-direction:column;align-items:stretch}.lv2-primary-button,.lv2-secondary-button{justify-content:space-between}.lv2-hero-visual{min-height:610px}.lv2-statement{min-height:520px}.lv2-city-row{gap:12px}.lv2-section-intro h2,.lv2-showcase-heading h2{font-size:44px}.lv2-value-card{min-height:460px}.lv2-value-photo{height:235px}.lv2-final-cta{min-height:520px}.lv2-final-cta h2{font-size:59px}.lv2-footer-bottom{flex-direction:column}}
.lv2-telegram-icon{width:21px;height:21px;object-fit:contain;border-radius:50%}
.lv2-light-button .lv2-telegram-icon{width:23px;height:23px}
.lv2-hero-photo{position:absolute;width:49%;height:445px;overflow:hidden;border-radius:34px;box-shadow:0 28px 62px rgba(63,27,35,.22);background:#ddd}
.lv2-hero-photo img{width:100%;height:100%;object-fit:cover}
.lv2-hero-photo-giorgi{left:1%;top:28px;transform:rotate(-6deg)}
.lv2-hero-photo-mariam{right:1%;top:55px;transform:rotate(6deg)}
.lv2-hero-photo-mariam img{object-position:48% center}
.lv2-hero-photo-giorgi img{object-position:50% center}
.lv2-hero-photo-shade{position:absolute;inset:42% 0 0;background:linear-gradient(transparent,rgba(20,6,9,.86))}
.lv2-hero-photo-copy{position:absolute;inset:auto 20px 22px;color:#fff;display:flex;flex-direction:column;gap:6px}
.lv2-hero-photo-copy strong{font-size:23px;letter-spacing:-.03em}
.lv2-hero-photo-copy span{font-size:12px;color:rgba(255,255,255,.76)}
.lv2-hero-match-heart{position:absolute;z-index:5;left:50%;top:44%;transform:translate(-50%,-50%);width:76px;height:76px;display:grid;place-items:center;border-radius:50%;background:var(--wine);color:#fff;font-size:32px;box-shadow:0 18px 40px rgba(107,30,46,.32)}
.lv2-hero-new-connection{position:absolute;z-index:6;right:2%;top:5px;display:flex;flex-direction:column;gap:4px;padding:13px 18px;border-radius:16px;background:rgba(255,255,255,.88);box-shadow:0 15px 35px rgba(63,27,35,.13);backdrop-filter:blur(14px)}
.lv2-hero-new-connection span{font-size:8px;color:var(--wine);font-weight:900;letter-spacing:.15em}
.lv2-hero-new-connection strong{font-size:11px}
.lv2-demo-rail{align-items:center}
.lv2-demo-screen{position:relative;flex:0 0 clamp(225px,18vw,285px);height:610px;margin:0;padding:20px 16px 18px;overflow:hidden;border:8px solid rgba(255,255,255,.78);border-radius:38px;background:#f8f1ee;box-shadow:0 24px 52px rgba(60,38,40,.13);font-size:11px}
.lv2-demo-screen:nth-child(1){transform:scale(.9) rotate(-5deg)}
.lv2-demo-screen:nth-child(2){transform:rotate(-2deg)}
.lv2-demo-screen:nth-child(3){transform:translateY(-18px) scale(1.03)}
.lv2-demo-screen:nth-child(4){transform:rotate(2deg)}
.lv2-demo-screen:nth-child(5){transform:scale(.9) rotate(5deg)}
.lv2-demo-top,.lv2-demo-title{height:34px;display:flex;align-items:center;justify-content:space-between}
.lv2-demo-top strong,.lv2-demo-title strong{font-size:18px;letter-spacing:-.03em}
.lv2-demo-title>span{padding:4px 7px;border-radius:999px;background:var(--wine);color:#fff;font-size:8px}
.lv2-demo-profile-card{position:relative;height:464px;margin-top:7px;overflow:hidden;border-radius:26px;background:radial-gradient(circle at 40% 30%,#b96c7d,#6b1e2e 64%,#2a0c14)}
.lv2-demo-avatar-lg{position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);width:134px;height:134px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.16);color:#fff;font-size:60px;font-weight:750;border:1px solid rgba(255,255,255,.28)}
.lv2-demo-profile-data{position:absolute;inset:auto 16px 18px;color:#fff;display:flex;flex-direction:column;gap:6px}
.lv2-demo-profile-data strong{font-size:21px}
.lv2-demo-profile-data>span{opacity:.72}
.lv2-demo-profile-data div{display:flex;flex-wrap:wrap;gap:5px}
.lv2-demo-profile-data i{font-size:7px;font-style:normal;padding:5px 7px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.1)}
.lv2-demo-actions{position:absolute;z-index:2;left:50%;bottom:35px;transform:translateX(-50%);display:flex;gap:8px;align-items:center}
.lv2-demo-actions span,.lv2-demo-actions strong{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#fff;box-shadow:0 7px 14px rgba(50,22,28,.12);font-size:18px}
.lv2-demo-actions strong{width:48px;height:48px;background:var(--wine);color:#fff}
.lv2-demo-actions span:first-child{color:#e76f75}
.lv2-demo-actions span:last-child{color:#c69b39}
.lv2-demo-tabs{height:34px;margin:8px 0 14px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;text-align:center;border-radius:10px;background:#fff;color:#a69b9b;font-size:8px}
.lv2-demo-tabs strong{height:28px;display:grid;place-items:center;margin:3px;border-radius:8px;background:var(--deep);color:#fff}
.lv2-demo-list{display:flex;flex-direction:column;gap:9px}
.lv2-demo-list>div,.lv2-message-list>div{min-height:76px;padding:10px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:9px;border-radius:14px;background:#fff}
.lv2-avatar-initial{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:15px;font-weight:800;font-style:normal}
.lv2-a1{background:#6b1e2e}
.lv2-a2{background:#b65c76}
.lv2-a3{background:#6e667c}
.lv2-a4{background:#bd8f62}
.lv2-demo-list p,.lv2-message-list p{margin:0;display:flex;flex-direction:column;gap:4px}
.lv2-demo-list p strong,.lv2-message-list p strong{font-size:11px}
.lv2-demo-list p span,.lv2-message-list p span{font-size:7px;color:#a89f9f}
.lv2-demo-list p i{display:block;width:100%;height:4px;border-radius:999px;background:#f4d9df;overflow:hidden}
.lv2-demo-list p u{display:block;height:100%;border-radius:999px;background:var(--rose)}
.lv2-demo-list em{color:var(--rose);font-size:8px;font-style:normal;font-weight:800}
.lv2-demo-account{text-align:center}
.lv2-account-avatar{width:170px;height:205px;margin:10px auto 13px;display:grid;place-items:center;border-radius:26px;background:linear-gradient(145deg,#5f1a2b,#b95f78);color:#fff;font-size:72px;font-weight:800}
.lv2-demo-account h3{margin:0;font-size:24px}
.lv2-demo-account>p{margin:5px 0;color:#7b7272}
.lv2-account-tags{display:flex;justify-content:center;gap:4px;flex-wrap:wrap;margin:12px 0}
.lv2-account-tags span{padding:5px 7px;border-radius:999px;background:#fff;font-size:7px}
.lv2-account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:12px 0}
.lv2-account-stats div{padding:12px 3px;border-radius:12px;background:#fff;display:flex;flex-direction:column;gap:2px}
.lv2-account-stats strong{font-size:17px}
.lv2-account-stats span{font-size:7px;color:#9b9292}
.lv2-account-progress{padding:12px;text-align:left;border-radius:13px;background:#fff;font-size:8px}
.lv2-account-progress i{display:block;height:5px;margin-top:8px;border-radius:999px;background:#f5dfe4}
.lv2-account-progress u{display:block;width:80%;height:100%;border-radius:999px;background:var(--wine)}
.lv2-demo-messages>small,.lv2-demo-filters small{display:block;margin:4px 0 10px;color:var(--wine);font-size:7px;font-weight:850;letter-spacing:.1em}
.lv2-new-matches{display:flex;gap:7px;margin-bottom:18px}
.lv2-message-list{display:flex;flex-direction:column;gap:8px}
.lv2-message-list>div{min-height:70px;grid-template-columns:42px 1fr}
.lv2-message-list p span{font-style:italic}
.lv2-filter-block{margin:10px 0;padding:15px 12px;border-radius:14px;background:#fff}
.lv2-filter-block small{margin:0 0 13px}
.lv2-filter-block strong{font-size:11px}
.lv2-filter-block>i{display:block;height:4px;margin-top:15px;border-radius:999px;background:#ead5d9}
.lv2-filter-block>i u{display:block;width:78%;height:100%;border-radius:999px;background:var(--deep)}
.lv2-filter-options{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.lv2-filter-options small{margin-bottom:3px}
.lv2-filter-options span{font-size:8px}
.lv2-demo-filters button{width:100%;padding:11px;border:0;border-radius:11px;background:var(--deep);color:#fff;font-size:10px;font-weight:800}


@media(max-width:820px){.lv2-hero-photo{height:430px}.lv2-hero-photo-giorgi{left:2%}.lv2-hero-photo-mariam{right:2%}.lv2-hero-new-connection{right:0}.lv2-demo-screen:nth-child(1),.lv2-demo-screen:nth-child(2),.lv2-demo-screen:nth-child(3),.lv2-demo-screen:nth-child(4),.lv2-demo-screen:nth-child(5){transform:none}.lv2-demo-screen{flex-basis:235px;height:575px}}

@media(max-width:520px){.lv2-hero-visual{min-height:480px}.lv2-hero-photo{width:52%;height:390px;border-radius:25px}.lv2-hero-photo-giorgi{left:0;top:23px;transform:rotate(-5deg)}.lv2-hero-photo-mariam{right:0;top:50px;transform:rotate(5deg)}.lv2-hero-photo-copy{inset:auto 12px 15px}.lv2-hero-photo-copy strong{font-size:17px}.lv2-hero-photo-copy span{font-size:10px}.lv2-hero-match-heart{width:58px;height:58px;font-size:25px}.lv2-hero-new-connection{top:0;padding:10px 12px}.lv2-hero-new-connection strong{font-size:9px}.lv2-demo-screen{flex-basis:215px;height:550px}}
.lv2-demo-screen{flex-basis:clamp(255px,19vw,310px);width:clamp(255px,19vw,310px);height:auto;aspect-ratio:9/16;padding:18px 15px 76px}
.lv2-demo-profile-card{height:calc(100% - 112px)}
.lv2-demo-actions{bottom:73px}
.lv2-demo-list{gap:7px}
.lv2-demo-list>div,.lv2-message-list>div{min-height:62px;padding:8px}
.lv2-demo-list p strong,.lv2-message-list p strong{font-size:10px}
.lv2-demo-account .lv2-account-avatar{width:145px;height:165px;margin:7px auto 9px}
.lv2-demo-account h3{font-size:21px}
.lv2-account-tags{margin:8px 0}
.lv2-account-stats{margin:8px 0}
.lv2-account-stats div{padding:9px 3px}
.lv2-account-progress{padding:10px}
.lv2-message-list{gap:6px}
.lv2-filter-block{margin:7px 0;padding:10px}
.lv2-filter-block small{margin-bottom:8px}
.lv2-filter-options{gap:6px}
.lv2-demo-filters button{padding:9px}
.lv2-bottom-nav{position:absolute;z-index:10;left:10px;right:10px;bottom:9px;height:58px;padding:5px 12px;display:flex;align-items:center;justify-content:space-between;border-radius:999px;background:rgba(255,255,255,.97);box-shadow:0 12px 28px rgba(65,39,43,.12);border:1px solid rgba(255,255,255,.95)}
.lv2-bottom-nav-item{width:44px;height:44px;display:grid;place-items:center;border:2px solid transparent;border-radius:50%;color:#b6b9b7}
.lv2-bottom-nav-item svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lv2-bottom-nav-item:nth-child(2) svg{width:28px}
.lv2-bottom-nav-item.lv2-active{color:var(--deep);border-color:var(--deep);background:#fae9ec}
.lv2-bottom-nav-item.lv2-active svg{stroke-width:2}

@media(max-width:820px){.lv2-demo-screen{flex-basis:255px;width:255px;height:auto}.lv2-screen-rail.lv2-demo-rail{gap:16px}}

@media(max-width:520px){.lv2-demo-screen{flex-basis:255px;width:255px;height:auto}.lv2-demo-top strong,.lv2-demo-title strong{font-size:17px}}


@media(prefers-reduced-motion:reduce){.lv2-root{scroll-behavior:auto}:where(body.lv2-page),:where(body.lv2-page) *{transition:none!important}}
.lv2-locale-ru .lv2-hero h1{font-size:clamp(52px,5.2vw,82px);line-height:1.02;letter-spacing:-.055em}
.lv2-locale-ka .lv2-hero h1{font-family:Inter,"Noto Sans Georgian",Arial,sans-serif;font-size:clamp(46px,4.5vw,72px);line-height:1.2;letter-spacing:-.035em}
.lv2-locale-ka .lv2-hero h1 em,.lv2-locale-ka .lv2-statement h2 em{font-family:Inter,"Noto Sans Georgian",Arial,sans-serif;font-style:normal;letter-spacing:-.025em}
.lv2-locale-ka .lv2-statement h2{font-size:clamp(48px,6.2vw,86px);line-height:1.16}
.lv2-locale-ka .lv2-final-cta h2{font-size:clamp(48px,6vw,82px);letter-spacing:-.04em;line-height:1.15}
.lv2-locale-ka .lv2-section-intro h2,.lv2-locale-ka .lv2-showcase-heading h2{line-height:1.18;letter-spacing:-.035em}

@media(max-width:820px){.lv2-locale-ru .lv2-hero h1{font-size:clamp(48px,12vw,68px)}.lv2-locale-ka .lv2-hero h1{font-size:clamp(40px,10vw,58px)}.lv2-locale-ka .lv2-statement h2{font-size:clamp(42px,10vw,64px)}.lv2-locale-ka .lv2-final-cta h2{font-size:clamp(42px,10vw,62px)}}

/* ---------------------------------------------------------- site additions
 * Four rules the design did not need and the site does. Everything above is
 * the design's; everything here is ours, and it is kept apart so the next
 * import of a new design can replace the block above without losing these.
 */

/* The footer row carries three legal links rather than the design's two, and
 * the Georgian and Russian words for them are long. Without wrapping, a 360px
 * screen scrolls sideways. */
.lv2-footer-bottom, .lv2-footer-bottom div { flex-wrap: wrap; }

/* The design's own footer link column is four items; ours is eight, because
 * the four content pages have no other public link into them. Two columns of
 * four need the rows to breathe. */
.lv2-footer-links { row-gap: 12px; }

/* Georgian does not hyphenate and its words are long: "ადამიანებისთვის" in the
 * (since removed) Safety heading measured 404px at the mobile 44px and 661px at the desktop
 * 72px — wider than the column it sits in at either end, so it pushed the whole
 * page sideways. The design's own ka block steps the hero, the statement and
 * the closing line down for exactly this reason and stops there; these four
 * section headings are the ones it did not reach. `anywhere` is the guarantee
 * rather than the plan: at these sizes the word fits and never breaks. */
.lv2-locale-ka .lv2-section-intro h2,
.lv2-locale-ka .lv2-showcase-heading h2,
.lv2-locale-ka h1, .lv2-locale-ka h2 { overflow-wrap: anywhere; }

/* A grid item defaults to min-width:auto, which is what let one word set the
 * width of the page above. Nothing here needs a column wider than its track. */
.lv2-showcase-heading > * { min-width: 0; }

/* ------------------------------------------------------- the document pages
 * How it works, Safety, Q&A, About, and the three legal ones. They are the
 * homepage's quieter half: same shell, same palette, same type, but the job is
 * reading rather than persuading — so the measure is narrow, the rhythm is
 * even, and nothing moves. The banner borrows the hero's own gradient so the
 * two halves of the public site are visibly one site.
 */
.lv2-doc-hero {
  padding: 64px 5vw 60px;
  border-radius: 0 0 46px 46px;
  background: radial-gradient(circle at 78% 20%, rgba(237, 85, 121, .14), transparent 34%),
              linear-gradient(135deg, #fcf8f5, #f5e8e5);
}
.lv2-doc-hero-inner { width: min(760px, 100%); margin: auto; }
.lv2-doc-hero h1 {
  margin: 0;
  font-size: clamp(32px, 4.4vw, 62px);
  line-height: 1.06;
  letter-spacing: -.05em;
  font-weight: 700;
  /* A document title is somebody else's words, not the design's: it can be
     "Политика конфиденциальности", whose second word is 18 characters and, at
     the size this heading wants, wider than a 360px column. The clamp gives the
     room and this gives the guarantee for whatever the next document is
     called. */
  overflow-wrap: anywhere;
}
.lv2-doc-updated {
  margin: 18px 0 0;
  color: var(--wine);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.lv2-doc-lead {
  margin: 20px 0 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

/* One column, one measure. 760px is about 75 characters of Inter at 17px —
 * long enough not to feel cramped on a laptop, short enough to stay readable. */
.lv2-doc { width: min(760px, calc(100% - 44px)); margin: auto; padding: 8px 0 110px; }

/* A hairline between sections rather than a card around each: the same device
 * the homepage uses for its steps. */
.lv2-doc-sec { padding: 38px 0 4px; border-top: 1px solid var(--line); }
.lv2-doc-sec:first-child { border-top: 0; padding-top: 46px; }
.lv2-doc-sec h2 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -.035em;
}
.lv2-doc-sec p { margin: 0 0 14px; font-size: 17px; line-height: 1.75; }
.lv2-doc-sec ul { margin: 0 0 14px; padding: 0; list-style: none; }
.lv2-doc-sec li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px;
  font-size: 17px;
  line-height: 1.7;
}
.lv2-doc-sec li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wine);
  opacity: .55;
}
.lv2-doc-sec a { color: var(--wine); text-decoration: underline; text-underline-offset: 3px; }
.lv2-doc-sec a:hover { color: var(--deep); }

.lv2-doc-cta { margin-top: 40px; }

@media (max-width: 820px) {
  .lv2-doc-hero { padding: 48px 22px 46px; border-radius: 0 0 34px 34px; }
  .lv2-doc-lead { font-size: 16px; }
  .lv2-doc { padding-bottom: 84px; }
  .lv2-doc-sec { padding-top: 30px; }
  .lv2-doc-sec h2 { font-size: 21px; }
  .lv2-doc-sec p, .lv2-doc-sec li { font-size: 16px; }
}

/* Georgian again: no hyphenation and long words, so the document heading gets
 * the same cap the homepage's section headings got. */
.lv2-locale-ka .lv2-doc-hero h1 { font-size: clamp(28px, 3.4vw, 46px); line-height: 1.2; }

/* The way back into the app, above a document's title. Only a signed-in reader
 * sees it, and unlike the header's link it is never hidden: on a phone it is
 * the only way back, because this shell does not load the app's tab bar. */
.lv2-doc-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  padding: 8px 15px 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .6);
  color: var(--wine);
  font-size: 13px;
  font-weight: 700;
  transition: background .2s, border-color .2s;
}
.lv2-doc-back:hover { background: #fff; border-color: rgba(146, 34, 61, .28); }

/* ------------------------------------------------------------ signing in
 * The way in and registration, in the public shell. They are not documents —
 * nobody reads them, they fill them — so the shape is one card on the canvas
 * rather than a column of prose, borrowed from the QR card on the homepage:
 * white, generous radius, soft shadow.
 */
.lv2-auth {
  min-height: 62vh;
  padding: 56px 22px 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lv2-auth-card {
  width: min(430px, 100%);
  padding: 38px 32px 34px;
  border: 1px solid rgba(146, 34, 61, .09);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(73, 40, 45, .1);
}
.lv2-auth-card h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -.045em;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.lv2-auth-sub { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

/* An error is the one thing on this page a person must not miss. */
.lv2-auth-alert {
  margin: 20px 0 0;
  padding: 13px 16px;
  border: 1px solid rgba(146, 34, 61, .22);
  border-radius: 15px;
  background: #fbeff1;
  color: var(--deep);
  font-size: 14px;
  line-height: 1.5;
}

.lv2-auth-alts { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
.lv2-auth-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  font-weight: 700;
  font-size: 15px;
  transition: transform .2s, background .2s, border-color .2s;
}
.lv2-auth-alt:hover {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(146, 34, 61, .26);
}
.lv2-auth-or {
  position: relative;
  margin: 6px 0 -2px;
  text-align: center;
}
.lv2-auth-or::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid var(--line);
}
.lv2-auth-or span {
  position: relative;
  padding: 0 12px;
  background: #fff;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.lv2-auth-form { margin-top: 24px; display: flex; flex-direction: column; gap: 16px; }
.lv2-field { display: flex; flex-direction: column; gap: 8px; }
.lv2-field > span {
  color: var(--wine);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.lv2-field input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-size: 16px;             /* 16px or iOS zooms the page on focus */
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.lv2-field input::placeholder { color: #b3a9a9; }
.lv2-field input:focus {
  outline: none;
  background: #fff;
  border-color: rgba(146, 34, 61, .4);
  box-shadow: 0 0 0 4px rgba(146, 34, 61, .08);
}
.lv2-field-hint { margin: 2px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.lv2-auth-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: start;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.lv2-auth-check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--wine); }
.lv2-auth-check a { color: var(--wine); text-decoration: underline; text-underline-offset: 3px; }

.lv2-auth-submit { width: 100%; margin-top: 4px; padding: 16px 26px; }

.lv2-auth-foot { margin: 26px 0 0; color: var(--muted); font-size: 14px; }
.lv2-auth-foot a { color: var(--wine); font-weight: 700; }

@media (max-width: 520px) {
  .lv2-auth { padding: 34px 18px 70px; }
  .lv2-auth-card { padding: 30px 22px 28px; border-radius: 28px; }
  .lv2-auth-card h1 { font-size: 29px; }
}

/* ------------------------------------------------------- Android download
 * /download: the document's banner, then the one card that matters — the same
 * white card and wine button as the sign-in page — the install steps as a
 * numbered list in the document's measure, and the social links.
 */
.lv2-dl { padding-top: 40px; }
.lv2-dl-grid { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr); gap:22px; }
.lv2-dl-card {
  display: grid;
  gap: 24px;
  padding: 32px;
  border: 1px solid rgba(146, 34, 61, .09);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(73, 40, 45, .1);
}
.lv2-dl-card-ios { align-content:start; background:#f3ece9; box-shadow:none; border-color:rgba(107,30,46,.07); }
.lv2-dl-card-ios h2 { margin:0; font-size:26px; line-height:1.08; letter-spacing:-.04em; }
.lv2-dl-kicker { margin:0; color:var(--wine); font-size:11px; font-weight:850; letter-spacing:.13em; text-transform:uppercase; }
.lv2-dl-description { margin:0; max-width:620px; color:var(--muted); font-size:16px; line-height:1.65; }
.lv2-dl-platform-icon { width:52px; height:52px; display:grid; place-items:center; border-radius:16px; background:#fff; color:var(--wine); font-size:31px; line-height:1; box-shadow:0 10px 22px rgba(73,40,45,.08); }
.lv2-dl-coming-soon { justify-self:start; padding:8px 13px; border:1px solid rgba(146,34,61,.16); border-radius:999px; color:var(--wine); font-size:12px; font-weight:750; }
.lv2-dl-head { display: flex; align-items: center; gap: 16px; }
.lv2-dl-head img { width: 64px; height: 64px; border-radius: 18px; flex: none; }
.lv2-dl-head strong { display: block; font-size: 22px; letter-spacing: -.03em; }
.lv2-dl-head span { color: var(--muted); font-size: 14px; }
.lv2-dl-button { width: 100%; font-size: 17px; }
.lv2-dl-button:active { transform: translateY(0) scale(.98); }
.lv2-dl-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px 22px;
  margin: 0;
}
.lv2-dl-facts dt, .lv2-dl-label {
  margin: 0;
  color: var(--wine);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.lv2-dl-facts dd { margin: 6px 0 0; font-size: 16px; font-weight: 650; }
/* The checksum is 64 characters with no break in them: it wraps anywhere and
 * selects whole with one tap, for pasting into a checker. */
.lv2-dl-hash {
  display: block;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
  color: var(--ink);
  font: 13px/1.6 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  overflow-wrap: anywhere;
  user-select: all;
}
.lv2-dl-steps { counter-reset: step; margin: 0 0 18px; padding: 0; list-style: none; }
.lv2-dl-steps li {
  counter-increment: step;
  position: relative;
  margin: 0 0 14px;
  padding-left: 46px;
  font-size: 17px;
  line-height: 1.7;
}
.lv2-dl-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fbeff1;
  color: var(--wine);
  font-size: 14px;
  font-weight: 800;
  opacity: 1;               /* the document's bullet is faded; a step number is not */
}

/* Keyboard focus on the download button and the footer's links: always visible. */
.lv2-dl-button:focus-visible, .lv2-footer-links a:focus-visible {
  outline: 3px solid rgba(146, 34, 61, .45);
  outline-offset: 3px;
}

@media (max-width: 820px) {
  .lv2-dl { padding-top: 28px; }
  .lv2-dl-grid { grid-template-columns:1fr; }
  .lv2-dl-card { padding: 24px 20px; border-radius: 28px; }
  .lv2-dl-steps li { font-size: 16px; }
}


/* ------------------------------------------------------- STAY CONNECTED
 * The homepage section between «Three steps» and "Guli starts here", from the design (guli-homepage v13,
 * app/globals.css .socials…): the same rules in the same order, the class names prefixed lv2- like the rest of
 * the page. Two departures: a keyboard focus ring on the cards, and the outer box. The design's
 * separate bright card, rounded and set off by light margins, read as a banner between two
 * sections; it is a full-width band instead — the --night ground, no rounding, a quieter glow,
 * a full-width hairline on top, a faint lift of tone under it, and room before the heading.
 */
.lv2-socials{width:100%;margin:0;padding:0 max(clamp(28px,6vw,78px),calc((100% - 1240px)/2)) clamp(90px,9vw,120px);position:relative;overflow:hidden;border-radius:0;border-top:1px solid rgba(255,255,255,.16);color:#fff;background:linear-gradient(180deg,rgba(237,85,121,.05),rgba(237,85,121,0) 280px),radial-gradient(circle at 90% 22%,rgba(237,85,121,.12),transparent 32%),radial-gradient(circle at 4% 100%,rgba(146,34,61,.22),transparent 36%),var(--night)}
.lv2-socials::after{content:"♥";position:absolute;right:-45px;top:-40px;color:rgba(255,255,255,.03);font-size:310px;line-height:1;transform:rotate(12deg)}
.lv2-socials-heading{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;gap:18px 70px;align-items:end;padding-top:clamp(64px,6.5vw,96px)}
.lv2-socials-heading .lv2-section-label{grid-column:1/-1;margin:0}
.lv2-socials-heading h2{margin:0;font-size:clamp(48px,5.8vw,82px);line-height:1;letter-spacing:-.06em;max-width:650px}
.lv2-socials-heading>p:last-child{margin:0;color:rgba(255,255,255,.66);font-size:16px;line-height:1.7;max-width:520px}
.lv2-social-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:55px}
.lv2-social-card{min-height:250px;padding:24px;display:flex;flex-direction:column;align-items:stretch;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:rgba(255,255,255,.075);backdrop-filter:blur(14px);transition:transform .2s,border-color .2s,background .2s}
.lv2-social-card:hover,.lv2-social-card:focus-visible{transform:translateY(-5px);border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.12);outline:none}
.lv2-social-card-head{display:flex;align-items:center;gap:15px}
.lv2-social-icon{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:18px;background:#fff;color:var(--wine);box-shadow:0 12px 28px rgba(0,0,0,.18)}
.lv2-social-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lv2-social-icon .lv2-social-icon-dot{fill:currentColor;stroke:none}
.lv2-social-telegram .lv2-social-icon svg,.lv2-social-facebook .lv2-social-icon svg{fill:currentColor;stroke:none}
.lv2-social-telegram .lv2-social-icon .lv2-social-icon-line{fill:none;stroke:#fff;stroke-width:1.1}
.lv2-social-card-copy{min-width:0;display:flex;flex-direction:column}
.lv2-social-card-copy small{font-size:16px;line-height:1.25;font-weight:750;color:#fff}
.lv2-social-card-copy strong{margin-top:4px;font-size:13px;line-height:1.3;font-weight:550;color:rgba(255,255,255,.54);overflow-wrap:anywhere}
.lv2-social-card-description{margin-top:22px;color:rgba(255,255,255,.65);font-size:14px;line-height:1.55}
.lv2-social-card-action{align-self:flex-start;margin-top:auto;padding:11px 16px;border-radius:999px;background:#fff;color:var(--wine);font-size:14px;font-weight:800;transition:transform .2s,background .2s}
.lv2-social-card:hover .lv2-social-card-action{transform:translateX(2px);background:#fce9ee}
.lv2-social-card-action b{margin-left:6px;color:var(--rose);font-size:16px}
.lv2-social-card-action svg{width:.7798em;height:1.21em;vertical-align:-.2412em;fill:currentColor}
.lv2-social-telegram .lv2-social-icon svg{fill:none;stroke:currentColor;stroke-width:1.55}
.lv2-social-card-copy strong{font-size:16px}
.lv2-locale-ka .lv2-socials-heading h2{font-size:clamp(48px,6vw,82px);letter-spacing:-.04em;line-height:1.15}
.lv2-social-card:focus-visible{box-shadow:0 0 0 3px rgba(234,161,177,.6)}
@media(max-width:820px){.lv2-socials{width:100%;margin:0;padding:0 26px 80px;border-radius:0}.lv2-socials-heading{padding-top:64px}.lv2-socials-heading{grid-template-columns:1fr;gap:20px}.lv2-socials-heading .lv2-section-label{grid-column:auto}.lv2-social-grid{grid-template-columns:1fr;margin-top:38px}.lv2-social-card{min-height:235px}.lv2-locale-ka .lv2-socials-heading h2{font-size:clamp(42px,10vw,62px)}}
@media(max-width:520px){.lv2-socials{width:100%;margin:0;padding:0 22px 64px;border-radius:0}.lv2-socials-heading{padding-top:56px}.lv2-socials-heading h2{font-size:44px}.lv2-socials-heading>p:last-child{font-size:15px}.lv2-social-card{min-height:220px;padding:20px;border-radius:23px}.lv2-social-card-copy strong{font-size:16px}}
