/* ==========================================================================
   QRPOS.Pro Landing — Fiverr-style language, "Adisyon" hero concept
   Consumes design tokens (tokens.css). Served at / (en) and /tr.
   ========================================================================== */

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: var(--neutral-900); background: #fff; line-height: 1.6;
       -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

.eyebrow { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .14em;
           text-transform: uppercase; color: var(--green-600); margin-bottom: 14px; }
.sec-title { font-size: clamp(28px, 3vw, 40px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.15; color: var(--neutral-900); }
.sec-sub { margin-top: 14px; color: var(--neutral-700); font-size: 18px; max-width: 560px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700;
       font-size: 16px; border-radius: 10px; padding: 14px 26px; cursor: pointer; border: 1px solid transparent;
       font-family: inherit; transition: all .18s ease; }
.btn-dark { background: var(--neutral-900); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-1px); }
.btn-green { background: var(--green-500); color: #fff; }
.btn-green:hover { background: var(--green-600); transform: translateY(-1px); }
.btn-white-outline { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.06); backdrop-filter: blur(4px); }
.btn-white-outline:hover { background: rgba(255,255,255,.16); }
.btn-lg { padding: 17px 34px; font-size: 17px; border-radius: 12px; }

/* ---------- Header ---------- */
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--neutral-200); }
.hdr-in { display: flex; align-items: center; gap: 30px; height: 78px; }
.logo { font-size: 27px; font-weight: 800; letter-spacing: -0.035em; color: var(--neutral-900); }
.logo em { font-style: normal; color: var(--green-500); }
.hdr-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 15.5px; font-weight: 600; color: var(--neutral-800); }
.hdr-nav > a:hover { color: var(--green-600); }
.hdr-sep { width: 1px; height: 24px; background: var(--neutral-200); }
.lang-switch { display: flex; gap: 4px; }
.lang-switch a { padding: 6px 10px; border-radius: 8px; font-size: 14px; font-weight: 700; color: var(--neutral-600); }
.lang-switch a:hover { color: var(--neutral-900); }
.lang-switch a.on { background: var(--neutral-100); color: var(--neutral-900); }

/* ---------- Hero — "Adisyon" concept ---------- */
.hero { position: relative; color: #fff; overflow: hidden; background:
    radial-gradient(900px 520px at 84% -12%, rgba(29,191,115,.17), transparent 62%),
    radial-gradient(640px 420px at -8% 112%, rgba(255,179,62,.07), transparent 60%),
    var(--green-900); }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: center; padding: 76px 0 64px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 800;
    letter-spacing: .18em; color: var(--green-300); text-transform: uppercase; margin-bottom: 28px; }
.hero-kicker::before { content: ""; width: 36px; height: 2px; background: var(--green-400); }
.hero-display { font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; line-height: .96;
    font-size: clamp(46px, 5.8vw, 88px); margin: 0; }
.hero-display .ln { display: block; }
.hero-display .outline { color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.88); }
.hero-display .accent { color: var(--green-400); }
.hero-tag { margin-top: 28px; font-size: 19px; color: rgba(255,255,255,.8); max-width: 470px; line-height: 1.6; }
.hero-tag strong { color: #fff; font-weight: 700; }
.hero-cta { display: flex; gap: 14px; margin-top: 36px; }

/* Printer + receipt */
.printer { position: relative; justify-self: end; width: 372px; max-width: 100%; }
.printer-slot { position: relative; z-index: 3; height: 30px; background: #0A2417;
    border: 1px solid rgba(255,255,255,.16); border-radius: 12px; box-shadow: 0 16px 34px rgba(0,0,0,.45); }
.printer-slot::after { content: ""; position: absolute; left: 16px; right: 16px; top: 12px; height: 5px;
    border-radius: 3px; background: #03130A; }
.receipt-mask { overflow: hidden; padding: 0 16px; margin-top: -3px; position: relative; z-index: 2; }
.receipt { background: #FFFDF6; color: #26221B; font-family: var(--font-mono); font-size: 13px; line-height: 1.8;
    padding: 24px 22px 18px; box-shadow: 0 34px 80px rgba(0,0,0,.5); position: relative;
    background-image: repeating-linear-gradient(0deg, rgba(0,0,0,.015) 0 1px, transparent 1px 3px); }
.receipt-tear { height: 12px; margin: 0 16px; filter: drop-shadow(0 18px 30px rgba(0,0,0,.35));
    background: linear-gradient(-45deg, #FFFDF6 6px, transparent 0), linear-gradient(45deg, #FFFDF6 6px, transparent 0);
    background-position: left bottom; background-repeat: repeat-x; background-size: 12px 12px; }
.r-center { text-align: center; }
.r-brand { font-size: 16px; font-weight: 700; letter-spacing: .1em; }
.r-meta { font-size: 11.5px; color: #6B6455; letter-spacing: .04em; }
.r-div { border: 0; border-top: 2px dashed #C9C2B2; margin: 10px 0; }
.r-div-solid { border: 0; border-top: 2px solid #26221B; margin: 10px 0; }
.r-row { display: flex; align-items: baseline; gap: 6px; }
.r-row i { flex: 1; border-bottom: 2px dotted #C9C2B2; transform: translateY(-4px); }
.r-row b { font-weight: 700; }
.r-total { font-size: 15.5px; font-weight: 700; }
.r-note { font-size: 11px; color: #6B6455; line-height: 1.6; margin-top: 8px; }
.r-barcode { height: 36px; margin: 12px 0 4px; background: repeating-linear-gradient(90deg,
    #26221B 0 2px, transparent 2px 5px, #26221B 5px 6px, transparent 6px 9px,
    #26221B 9px 12px, transparent 12px 14px); }
.r-stamp { position: absolute; right: 10px; bottom: 82px; transform: rotate(-11deg); background: rgba(255,253,246,.65);
    border: 3px solid var(--green-600); color: var(--green-600); border-radius: 8px;
    padding: 4px 10px; font-weight: 700; font-size: 13px; letter-spacing: .1em; opacity: .8; }

/* Marquee */
.hero-marquee { position: relative; border-top: 1px solid rgba(255,255,255,.14); overflow: hidden; padding: 17px 0; }
.marquee-track { display: flex; white-space: nowrap; width: max-content; font-size: 13px; font-weight: 800;
    letter-spacing: .16em; color: rgba(255,255,255,.62); text-transform: uppercase; }
.marquee-track > span { display: inline-flex; align-items: center; }
.marquee-track em { font-style: normal; color: var(--green-400); margin: 0 26px; }

/* ---------- Trust strip ---------- */
.trust { border-bottom: 1px solid var(--neutral-200); background: #fff; }
.trust-in { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 44px; padding: 22px 0; color: var(--neutral-600); }
.trust-in b { font-size: 14px; font-weight: 700; color: var(--neutral-500); letter-spacing: .06em; }
.trust-item { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 15.5px; color: var(--neutral-700); }
.trust-item svg { width: 19px; height: 19px; stroke: var(--green-600); }

/* ---------- Sections ---------- */
.sec { padding: 104px 0 0; }

.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 16px; margin-top: 44px; }
.tile { border: 1px solid var(--neutral-200); border-radius: 14px; background: #fff; padding: 20px 16px 18px;
        display: flex; flex-direction: column; gap: 14px; min-height: 122px; transition: all .18s ease; cursor: pointer; }
.tile:hover { border-color: var(--green-500); box-shadow: 0 10px 28px rgba(34,35,37,.10); transform: translateY(-3px); }
.tile svg { width: 30px; height: 30px; stroke: var(--neutral-800); }
.tile span { font-size: 14.5px; font-weight: 700; color: var(--neutral-800); line-height: 1.3; }

.mods { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 20px; margin-top: 44px; }
.mod { background: var(--green-900); border-radius: 18px; padding: 20px 20px 16px; color: #fff;
       display: flex; flex-direction: column; gap: 16px; transition: all .18s ease; cursor: pointer; }
.mod:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(1,57,18,.3); }
.mod h3 { font-size: 18.5px; font-weight: 700; line-height: 1.25; color: #fff; min-height: 46px; letter-spacing: -0.01em; }
.mod-img { border-radius: 12px; overflow: hidden; aspect-ratio: 1; }
.mod-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.mod:hover .mod-img img { transform: scale(1.045); }

.stats { margin-top: 104px; background: var(--neutral-50); border-block: 1px solid var(--neutral-200); }
.stats-in { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; padding: 56px 0; }
.stat b { font-size: 40px; font-weight: 800; letter-spacing: -0.03em; color: var(--neutral-900); display: block; line-height: 1.1; }
.stat b em { font-style: normal; color: var(--green-600); }
.stat span { display: block; margin-top: 6px; font-size: 15.5px; font-weight: 600; color: var(--neutral-600); }

.why { display: grid; grid-template-columns: 1fr 1.12fr; gap: 72px; align-items: center; margin-top: 8px; }
.why-list { display: flex; flex-direction: column; gap: 28px; margin-top: 36px; }
.why-item { display: flex; gap: 16px; }
.why-item svg { flex: 0 0 28px; width: 28px; height: 28px; margin-top: 2px; }
.why-item b { display: block; font-size: 17.5px; font-weight: 700; color: var(--neutral-900); letter-spacing: -0.01em; }
.why-item p { color: var(--neutral-700); font-size: 15.5px; margin-top: 4px; line-height: 1.6; }

.browser { border: 1px solid var(--neutral-200); border-radius: 16px; box-shadow: 0 32px 70px rgba(34,35,37,.14); overflow: hidden; background: #fff; }
.browser-bar { display: flex; align-items: center; gap: 6px; padding: 12px 16px; border-bottom: 1px solid var(--neutral-200); background: var(--neutral-50); }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--neutral-300); }
.browser-bar span { margin-left: 12px; font-size: 12.5px; color: var(--neutral-500); font-family: var(--font-mono); }
.dash { display: grid; grid-template-columns: 172px 1fr; min-height: 348px; }
.dash-side { border-right: 1px solid var(--neutral-200); padding: 16px 12px; display: flex; flex-direction: column; gap: 3px; background: #fff; }
.dash-side a { font-size: 13.5px; font-weight: 700; color: var(--neutral-700); border-radius: 9px; padding: 9px 12px; display: flex; gap: 8px; align-items: center; }
.dash-side a.on { background: var(--green-50); color: var(--green-700); }
.dash-main { padding: 20px; background: var(--neutral-50); }
.dash-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dash-card { background: #fff; border: 1px solid var(--neutral-200); border-radius: 12px; padding: 14px 16px; }
.dash-card span { font-size: 11px; font-weight: 800; color: var(--neutral-500); letter-spacing: .06em; }
.dash-card b { display: block; font-size: 22px; font-weight: 800; margin-top: 4px; color: var(--neutral-900); letter-spacing: -0.02em; }
.dash-card i { font-style: normal; font-size: 12px; font-weight: 700; color: var(--green-600); }
.dash-table { margin-top: 12px; background: #fff; border: 1px solid var(--neutral-200); border-radius: 12px; overflow: hidden; }
.dash-row { display: grid; grid-template-columns: 1fr 92px 92px; gap: 8px; align-items: center; padding: 10px 16px; font-size: 13.5px; font-weight: 500; border-bottom: 1px solid var(--neutral-100); }
.dash-row:last-child { border-bottom: 0; }
.dash-row.hd { background: var(--neutral-50); color: var(--neutral-500); font-weight: 800; font-size: 11px; letter-spacing: .06em; }
.pill { display: inline-block; border-radius: 999px; font-size: 11.5px; font-weight: 700; padding: 4px 11px; text-align: center; }
.pill-g { background: var(--green-100); color: var(--green-700); }
.pill-a { background: var(--amber-100); color: var(--amber-700); }
.pill-n { background: var(--neutral-100); color: var(--neutral-700); }

/* ---------- Compliance band ---------- */
.reg { margin-top: 110px; background:
    radial-gradient(700px 400px at 85% 20%, rgba(29,191,115,.14), transparent 60%),
    var(--green-900); color: #fff; }
.reg-in { display: grid; grid-template-columns: 1.15fr 1fr; gap: 72px; align-items: center; padding: 96px 0; }
.reg .eyebrow { color: var(--green-300); }
.reg h2 { font-size: clamp(30px, 3.4vw, 44px); font-weight: 300; line-height: 1.14; color: #fff; letter-spacing: -0.025em; }
.reg h2 strong { font-weight: 700; }
.reg p { margin-top: 20px; color: rgba(255,255,255,.78); font-size: 17.5px; max-width: 500px; line-height: 1.65; }
.reg-points { margin-top: 26px; display: flex; flex-direction: column; gap: 13px; font-size: 16px; font-weight: 500; color: rgba(255,255,255,.9); padding: 0; }
.reg-points li { list-style: none; display: flex; gap: 12px; align-items: baseline; }
.reg-points svg { width: 16px; height: 16px; flex: 0 0 16px; transform: translateY(2px); }
.reg .btn { margin-top: 34px; }
.score { background: #fff; border-radius: 18px; padding: 30px; color: var(--neutral-900); box-shadow: 0 40px 90px rgba(0,0,0,.35); max-width: 440px; justify-self: end; width: 100%; }
.score-head { display: flex; justify-content: space-between; align-items: center; }
.score-head b { font-size: 17px; font-weight: 800; letter-spacing: -0.01em; }
.score-head small { display: block; font-size: 13px; color: var(--neutral-500); font-weight: 500; margin-top: 2px; }
.score-num { font-size: 48px; font-weight: 800; color: var(--green-600); line-height: 1; letter-spacing: -0.03em; }
.score-num small { font-size: 16px; color: var(--neutral-400); font-weight: 700; }
.score-rows { margin-top: 22px; display: flex; flex-direction: column; gap: 13px; }
.score-row { display: flex; align-items: center; gap: 12px; font-size: 14.5px; font-weight: 500; }
.score-row .dot { width: 10px; height: 10px; border-radius: 50%; flex: 0 0 10px; }
.dot-g { background: var(--green-500); } .dot-a { background: var(--amber-500); } .dot-r { background: var(--red-500); }
.score-row em { font-style: normal; margin-left: auto; font-size: 11.5px; font-weight: 800; letter-spacing: .04em; color: var(--neutral-500); }

/* ---------- Testimonials ---------- */
.testi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.tcard { border: 1px solid var(--neutral-200); border-radius: 16px; padding: 28px; background: #fff; transition: all .18s ease; }
.tcard:hover { box-shadow: 0 16px 40px rgba(34,35,37,.1); transform: translateY(-3px); }
.tcard .stars { color: var(--amber-500); font-size: 15px; letter-spacing: 2px; }
.tcard blockquote { margin: 16px 0 22px; font-size: 15.5px; line-height: 1.65; color: var(--neutral-800); font-weight: 500; }
.tcard blockquote strong { color: var(--neutral-900); font-weight: 700; }
.tface { display: flex; align-items: center; gap: 13px; }
.tface img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.tface b { display: block; font-size: 15px; font-weight: 700; }
.tface span { font-size: 13px; color: var(--neutral-600); font-weight: 500; }

/* ---------- CTA ---------- */
.cta { margin-top: 110px; padding: 100px 0 110px; text-align: center; background: var(--neutral-50); border-top: 1px solid var(--neutral-200); }
.cta h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 300; letter-spacing: -0.03em; line-height: 1.12; color: var(--neutral-900); }
.cta h2 strong { font-weight: 700; }
.cta p { margin-top: 16px; color: var(--neutral-700); font-size: 18px; }
.cta-btns { margin-top: 36px; display: flex; gap: 16px; justify-content: center; }
.cta-note { margin-top: 18px; font-size: 14px; font-weight: 500; color: var(--neutral-500); }

/* ---------- Footer ---------- */
.ftr { padding: 72px 0 36px; background: #fff; }
.ftr-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 36px; }
.ftr h4 { font-size: 15px; font-weight: 800; color: var(--neutral-900); margin-bottom: 18px; letter-spacing: -0.01em; }
.ftr ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.ftr a { font-size: 14.5px; font-weight: 500; color: var(--neutral-600); }
.ftr a:hover { color: var(--green-600); }
.ftr-bottom { display: flex; align-items: center; gap: 22px; margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--neutral-200); color: var(--neutral-500); font-size: 14px; font-weight: 500; }
.ftr-bottom .logo { font-size: 23px; color: var(--neutral-500); }
.ftr-bottom .right { margin-left: auto; display: flex; gap: 20px; align-items: center; }

/* ---------- Motion ---------- */
@media (prefers-reduced-motion: no-preference) {
    .hero-grid > div > * { opacity: 0; transform: translateY(16px); animation: rise .65s cubic-bezier(.2,.7,.3,1) forwards; }
    .hero-grid > div > *:nth-child(2) { animation-delay: .09s; }
    .hero-grid > div > *:nth-child(3) { animation-delay: .18s; }
    .hero-grid > div > *:nth-child(4) { animation-delay: .27s; }
    @keyframes rise { to { opacity: 1; transform: none; } }
    .receipt-feed { animation: printFeed 2.6s cubic-bezier(.25,.8,.25,1) .4s both; }
    @keyframes printFeed { from { transform: translateY(-94%); } to { transform: translateY(0); } }
    .marquee-track { animation: scrollX 30s linear infinite; }
    @keyframes scrollX { to { transform: translateX(-50%); } }
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
    .hdr-nav { display: none; }
    .hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .printer { justify-self: center; }
    .why, .reg-in { grid-template-columns: 1fr; gap: 44px; }
    .testi { grid-template-columns: 1fr; }
    .score { justify-self: start; }
}
:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--green-200); border-radius: 6px; }
