:root{
    --st-green:#67bf43;
    --st-dark:#063f25;
    --st-gold:#f1b91f;
    --st-black:#090b0a;
    --st-white:#ffffff;
    --st-cream:#f8faf5;
    --st-muted:#647067;
    --st-border:#e4eadf;
    --radius:28px;
    --shadow:0 24px 70px rgba(6,63,37,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--st-black);
    background:var(--st-white);
    scroll-behavior: smooth;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{
    position:sticky;
    top:0;
    z-index:20;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(228,234,223,.85);
}
.nav{
    min-height:84px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}
.logo{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:900;
    letter-spacing:-.06em;
    font-size:31px;
}
.logo img{width:54px;height:54px;object-fit:contain}
.logo .stub{color:var(--st-black)}
.logo .turtle{color:var(--st-green)}
.logo small{
    display:block;
    margin-top:-5px;
    font-size:9px;
    letter-spacing:.34em;
    color:var(--st-gold);
    text-transform:uppercase;
    font-weight:800;
}
.white{color:#fff !important;}
.main-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700;color:#1d241f}
.header-actions{display:flex;align-items:center;gap:12px}
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:52px;
    padding:0 22px;
    border-radius:14px;
    font-weight:800;
    border:1px solid transparent;
    transition:.2s ease;
    cursor:pointer;
}
.btn-primary{background:var(--st-green);color:#fff;box-shadow:0 14px 28px rgba(103,191,67,.25)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 36px rgba(103,191,67,.32)}
.btn-secondary{background:#fff;color:var(--st-black);border-color:#d9e0d8}
.btn-dark{background:var(--st-black);color:#fff}
.hero{
    position:relative;
    overflow:hidden;
    padding:76px 0 42px;
    background:
        radial-gradient(circle at 88% 14%, rgba(103,191,67,.18), transparent 28%),
        radial-gradient(circle at 8% 78%, rgba(241,185,31,.15), transparent 24%),
        linear-gradient(180deg,#fff 0%,#f8fbf5 100%);
}
.hero:before{
    content:"";
    position:absolute;
    inset:auto -160px 30px auto;
    width:520px;
    height:520px;
    background:var(--st-green);
    border-radius:42px;
    transform:rotate(-16deg);
    opacity:.12;
}
.hero-grid{position:relative;display:grid;grid-template-columns:1fr 1.05fr;gap:54px;align-items:center}
.badge{
    display:inline-flex;align-items:center;gap:10px;
    padding:12px 18px;
    border-radius:999px;
    background:#eef8ea;
    color:var(--st-dark);
    font-weight:800;
    margin-bottom:24px;
}
.badge span{color:var(--st-gold);font-size:19px}
h1{
    margin:0;
    font-size:clamp(48px,6.8vw,92px);
    line-height:.94;
    letter-spacing:-.08em;
    font-weight:900;
}
h1 strong{color:var(--st-green);font-style:normal}
.lead{
    margin:28px 0 0;
    color:#3f4942;
    font-size:20px;
    line-height:1.65;
    max-width:630px;
}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.micro-points{display:flex;gap:24px;flex-wrap:wrap;margin-top:26px;color:#354039;font-weight:700;font-size:14px}
.micro-points span{display:flex;align-items:center;gap:8px}.tick{color:var(--st-green);font-weight:900}
.product-card{
    position:relative;
    border:1px solid var(--st-border);
    background:rgba(255,255,255,.88);
    border-radius:34px;
    box-shadow:var(--shadow);
    padding:22px;
    overflow:hidden;
}
.product-card:before{
    content:"";position:absolute;right:-120px;bottom:-160px;width:340px;height:340px;background:var(--st-dark);opacity:.06;border-radius:70px;transform:rotate(18deg)
}
.dashboard{position:relative;display:grid;grid-template-columns:170px 1fr;min-height:470px;border:1px solid #e7ece4;border-radius:24px;background:#fff;overflow:hidden}
.side{background:#082717;color:#fff;padding:22px 16px}.side-logo{display:flex;align-items:center;gap:9px;font-weight:900}.side-logo img{width:32px;height:32px}.side-menu{display:grid;gap:8px;margin-top:28px}.side-menu div{padding:11px 12px;border-radius:12px;font-size:13px;color:#c8d7ce}.side-menu div.active{background:var(--st-green);color:#fff;font-weight:800}
.dash-main{padding:24px;background:#fbfcfa}.dash-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dash-top h3{margin:0;font-size:21px}.pill{background:#fff;border:1px solid #dfe7de;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:800;color:#3d493f}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{background:#fff;border:1px solid #e6ece4;border-radius:18px;padding:16px}.stat b{display:block;font-size:24px}.stat small{display:block;color:var(--st-muted);margin-top:4px}.stat em{display:inline-block;margin-top:8px;color:var(--st-green);font-style:normal;font-size:12px;font-weight:800}
.dash-panels{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;margin-top:16px}.panel{background:#fff;border:1px solid #e6ece4;border-radius:20px;padding:18px}.panel h4{margin:0 0 14px;font-size:15px}.chart{height:166px;border-radius:16px;background:linear-gradient(180deg,rgba(103,191,67,.22),rgba(103,191,67,.02));position:relative;overflow:hidden}.chart svg{position:absolute;inset:0;width:100%;height:100%}.activity{display:grid;gap:10px}.activity div{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px}.activity span{display:inline-flex;align-items:center;gap:8px}.dot{width:28px;height:28px;border-radius:9px;background:#eaf7e5;display:inline-grid;place-items:center;color:var(--st-green);font-weight:900}.tag{font-size:11px;border-radius:999px;padding:5px 8px;background:#eef8ea;color:var(--st-dark);font-weight:800}.phone-ticket{position:absolute;left:34px;bottom:20px;width:164px;background:#fff;border:7px solid #101510;border-radius:30px;padding:12px;box-shadow:0 20px 44px rgba(0,0,0,.18)}.ticket-box{border-radius:20px;background:#f8fbf5;border:1px solid #dfe8d9;padding:13px;text-align:center}.ticket-box h5{margin:0 0 4px}.qr{width:86px;height:86px;margin:10px auto;background:repeating-linear-gradient(45deg,#111 0 5px,#fff 5px 10px);border:8px solid #fff;outline:1px solid #d9dfd7}.table-card{position:absolute;right:22px;bottom:20px;width:140px;background:#07150d;color:#fff;border:1px solid rgba(241,185,31,.5);border-radius:18px;padding:17px;text-align:center;box-shadow:0 18px 38px rgba(0,0,0,.22)}.table-card small{color:var(--st-gold);letter-spacing:.18em}.table-card b{display:block;font-size:50px;color:var(--st-gold);line-height:1;margin:8px 0}
.trust{padding:28px 0;border-top:1px solid var(--st-border);border-bottom:1px solid var(--st-border);background:#fff}.trust-label{text-align:center;color:var(--st-green);font-size:12px;font-weight:900;letter-spacing:.24em;text-transform:uppercase;margin-bottom:20px}.trust-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:center;text-align:center;font-weight:900;letter-spacing:.04em}.trust-logos small{display:block;font-size:9px;color:var(--st-muted);letter-spacing:.18em;margin-top:3px}
.section{padding:86px 0}.section-soft{background:linear-gradient(180deg,#fbfdf9 0%,#f1f8ee 100%)}.section-title{text-align:center;margin:0 auto 44px;max-width:780px}.eyebrow{color:var(--st-gold);font-size:13px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}.section-title h2{margin:12px 0 0;font-size:clamp(34px,4vw,56px);letter-spacing:-.06em;line-height:1}.section-title p{color:var(--st-muted);font-size:18px;line-height:1.6}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{background:#fff;border:1px solid var(--st-border);border-radius:24px;padding:24px;box-shadow:0 10px 35px rgba(6,63,37,.06)}.icon{width:52px;height:52px;border-radius:17px;background:#edf8e8;color:var(--st-green);display:grid;place-items:center;font-size:23px;margin-bottom:20px}.feature h3{margin:0 0 10px}.feature p{margin:0;color:var(--st-muted);line-height:1.55;font-size:15px}
.workflow{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:40px}.step{position:relative;background:#fff;border:1px solid var(--st-border);border-radius:22px;padding:22px}.step b{display:grid;place-items:center;width:34px;height:34px;background:var(--st-dark);color:#fff;border-radius:50%;margin-bottom:14px}.step h4{margin:0 0 8px}.step p{margin:0;color:var(--st-muted);font-size:14px;line-height:1.5}
.platform{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:center}.checklist{display:grid;gap:14px;margin-top:28px}.checklist div{display:flex;gap:10px;color:#344039;font-weight:700}.mock-table{background:#fff;border:1px solid var(--st-border);border-radius:30px;padding:24px;box-shadow:var(--shadow)}.venue-map{border:1px solid #e4eae2;border-radius:22px;min-height:360px;padding:24px;background:#fbfcfa;display:grid;grid-template-columns:1fr 220px;gap:20px}.tables{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-content:start}.table{height:54px;border-radius:13px;background:var(--st-green);color:#fff;display:grid;place-items:center;font-weight:900}.table.reserved{background:var(--st-gold);color:#111}.legend{background:#fff;border:1px solid var(--st-border);border-radius:18px;padding:18px}.legend h4{margin:0 0 16px}.legend p{display:flex;align-items:center;gap:9px;margin:12px 0;color:var(--st-muted);font-size:14px}.sw{width:14px;height:14px;border-radius:4px;background:var(--st-green)}.sw.gold{background:var(--st-gold)}.sw.dark{background:var(--st-dark)}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.price-card{background:#fff;border:1px solid var(--st-border);border-radius:28px;padding:30px;box-shadow:0 12px 40px rgba(6,63,37,.07)}.price-card.featured{border:2px solid var(--st-green);transform:translateY(-10px)}.price-card h3{margin:0;font-size:24px}.price{font-size:42px;font-weight:900;letter-spacing:-.05em;margin:18px 0}.price small{font-size:15px;color:var(--st-muted);font-weight:700}.price-card ul{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:12px;color:#405046}.price-card li:before{content:"✓";color:var(--st-green);font-weight:900;margin-right:8px}
.cta{padding:70px 0;background:#061f13;color:#fff;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:auto -120px -200px auto;width:480px;height:480px;border-radius:80px;background:var(--st-green);opacity:.2;transform:rotate(18deg)}.cta-grid{position:relative;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.cta h2{margin:0;font-size:clamp(36px,4.5vw,64px);letter-spacing:-.06em}.cta p{color:#cee0d4;font-size:18px;line-height:1.6;max-width:690px}.footer{padding:42px 0;background:#03140b;color:#b8c9be}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:24px}.footer h4{color:#fff;margin:0 0 14px}.footer a,.footer p{display:block;color:#b8c9be;margin:9px 0;font-size:14px}.footer .logo{font-size:25px;color:#fff}.footer .logo img{width:44px;height:44px}
@media(max-width:980px){.main-nav{display:none}.hero-grid,.platform,.cta-grid,.footer-grid{grid-template-columns:1fr}.dashboard{grid-template-columns:1fr}.side{display:none}.features,.pricing{grid-template-columns:repeat(2,1fr)}.workflow{grid-template-columns:repeat(2,1fr)}.trust-logos{grid-template-columns:repeat(3,1fr)}.phone-ticket,.table-card{display:none}.venue-map{grid-template-columns:1fr}.hero{padding-top:46px}}
@media(max-width:640px){.wrap{width:min(100% - 28px,1180px)}.nav{min-height:72px}.logo{font-size:24px}.logo img{width:44px;height:44px}.header-actions .btn-secondary{display:none}.hero-buttons,.micro-points{display:grid}.features,.pricing,.workflow,.stats,.dash-panels,.trust-logos{grid-template-columns:1fr}h1{font-size:54px}.lead{font-size:17px}.section{padding:62px 0}.product-card{padding:12px;border-radius:24px}.dashboard{min-height:auto}.footer-grid{gap:10px}}

.scroll-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #f2b824;
    color: #071f13;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: .25s ease;
    z-index: 999;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top:hover {
    background: #63bd42;
    color: #fff;
}


.scroll-top i {
    font-size: 24px;
    line-height: 1;
}

.ecosystem {
    padding: 110px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(99, 189, 66, .12), transparent 28%),
        radial-gradient(circle at 85% 80%, rgba(242, 184, 36, .14), transparent 30%),
        #f7fbf5;
}

.ecosystem .section-label {
    display: block;
    text-align: center;
    color: #d8a328;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ecosystem h2 {
    text-align: center;
    font-size: clamp(34px, 5vw, 56px);
    line-height: .95;
    margin: 0 0 18px;
    color: #071f13;
}

.ecosystem > .container > p {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
    color: #637067;
    font-size: 18px;
    line-height: 1.7;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.eco-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(7, 31, 19, .08);
    border-radius: 26px;
    padding: 30px;
    box-shadow: 0 24px 60px rgba(7, 31, 19, .08);
    min-height: 210px;
}

.eco-card::before {
    content: "";
    position: absolute;
    right: -34px;
    top: -34px;
    width: 110px;
    height: 110px;
    border-radius: 28px;
    transform: rotate(45deg);
    opacity: .14;
    background: #63bd42;
}

.eco-card h3 {
    font-size: 24px;
    margin: 0 0 12px;
    color: #071f13;
}

.eco-card p {
    margin: 0;
    color: #637067;
    line-height: 1.65;
}

.eco-card.stub::before {
    background: #63bd42;
}

.eco-card.slug::before {
    background: #2f80ed;
}

.eco-card.tapthis::before {
    background: #7c3aed;
}

.eco-card.tapcounts::before {
    background: #a7194f;
}

.eco-badge {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    color: #fff;
    font-weight: 900;
    background: #071f13;
}

.eco-card.stub .eco-badge {
    background: #63bd42;
}

.eco-card.slug .eco-badge {
    background: #2f80ed;
}

.eco-card.tapthis .eco-badge {
    background: #7c3aed;
}

.eco-card.tapcounts .eco-badge {
    background: #a7194f;
}

@media (max-width: 900px) {
    .ecosystem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .ecosystem {
        padding: 80px 0;
    }

    .ecosystem-grid {
        grid-template-columns: 1fr;
    }
}

