:root{
    --bg:#f5f0e8;
    --paper:#fffdf8;
    --cream:#fbf2dd;
    --sand:#ead7ae;
    --gold:#c99722;
    --wine:#6f1d32;
    --wine2:#8f2f46;
    --text:#171717;
    --muted:#5d5a52;
    --line:#e7dcc8;
    --dark:#171717;
    --blue:#0f4bd8;
    --green:#0d9c70;
    --silver:#e8eaee;
    --shadow:0 30px 90px rgba(55,42,18,.14);
    --radius:34px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
    color:var(--text);
    background:
        radial-gradient(circle at 0% 0%,rgba(201,151,34,.18),transparent 34%),
        radial-gradient(circle at 100% 18%,rgba(111,29,50,.10),transparent 32%),
        linear-gradient(180deg,#fffaf0 0,#f5f0e8 52%,#fffdf8 100%);
}
a{color:inherit;text-decoration:none}
.container{max-width:1220px;margin:0 auto;padding:0 28px}
.site-header{
    position:sticky;
    top:0;
    z-index:20;
    background:rgba(255,253,248,.86);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(231,220,200,.82);
}
.nav-wrap{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:18px;min-width:0}
.brand img{width:96px;height:auto;display:block;flex:0 0 auto}
.brand span{display:flex;flex-direction:column;min-width:0}
.brand strong{font-size:20px;line-height:1.08;letter-spacing:-.02em;color:#111;font-weight:950}
.brand small{margin-top:5px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.nav{display:flex;align-items:center;gap:10px;font-weight:900;color:#2b2a27;flex-wrap:wrap;justify-content:flex-end}
.nav a{padding:11px 14px;border-radius:999px;transition:.2s ease}
.nav a:hover,.nav a.active{background:#111;color:#fff}
.hero{
    padding:82px 0 64px;
    background:
        radial-gradient(circle at 78% 0%,rgba(201,151,34,.26),transparent 22%),
        linear-gradient(135deg,rgba(255,255,255,.45),rgba(255,247,229,.62));
}
.hero-grid{display:grid;grid-template-columns:1.05fr 470px;gap:58px;align-items:center}
.kicker{color:var(--wine);font-weight:950;text-transform:uppercase;letter-spacing:.16em;font-size:13px;margin-bottom:16px}
.hero h1{font-size:40px;line-height:.95;letter-spacing:-.065em;margin:0 0 24px;color:#111;max-width:760px}
.hero p{font-size:20px;line-height:1.7;color:#37332c;max-width:690px;margin:0 0 32px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:15px 22px;background:#fff;color:#111;font-weight:950;box-shadow:0 12px 32px rgba(55,42,18,.10);cursor:pointer;transition:.22s ease;line-height:1.1;text-align:center}
.btn:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(55,42,18,.16)}
.btn.primary{background:#111;color:#fff}
.btn.gold{background:linear-gradient(135deg,#d7a529,#f1c552);color:#111}
.btn.silver{background:linear-gradient(135deg,#f8fafc,#d7dce4);color:#111;border:1px solid #aeb7c4;box-shadow:0 14px 34px rgba(51,65,85,.12)}
.btn.wine{background:linear-gradient(135deg,#6f1d32,#9b3148);color:#fff;box-shadow:0 16px 42px rgba(111,29,50,.22)}
.btn.hosted{background:linear-gradient(135deg,#111,#3c3328);color:#f6df9f}
.btn.dark{background:var(--wine);color:#fff}
.btn.outline{background:transparent;border:1px solid #111;color:#111;box-shadow:none}
.hero-card{position:relative;background:rgba(255,253,248,.74);border:1px solid rgba(231,220,200,.9);border-radius:46px;padding:22px;box-shadow:var(--shadow);backdrop-filter:blur(20px);overflow:hidden}
.hero-card:before{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:rgba(201,151,34,.18);right:-48px;top:-48px}
.hero-card img{display:block;width:100%;border-radius:34px;position:relative;z-index:1}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px;max-width:660px}
.hero-proof span{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:18px;padding:13px 14px;font-size:13px;font-weight:900;color:#302c26}
.section{padding:68px 0}
.section.alt{background:rgba(255,253,248,.62);border-top:1px solid rgba(231,220,200,.68);border-bottom:1px solid rgba(231,220,200,.68)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;margin-bottom:30px}
.section-head h2{font-size:38px;letter-spacing:-.055em;line-height:1.02;margin:0;color:#111;max-width:760px}
.section-head p{margin:0;color:var(--muted);line-height:1.65;max-width:520px;font-size:16px}
.product-card{display:grid;grid-template-columns:420px 1fr;gap:38px;align-items:center;background:rgba(255,253,248,.86);border:1px solid var(--line);border-radius:42px;padding:30px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.product-card:after{content:"";position:absolute;right:-80px;top:-80px;width:230px;height:230px;background:rgba(111,29,50,.07);border-radius:50%}
.product-card img{width:100%;border-radius:32px;position:relative;z-index:1}
.product-info{position:relative;z-index:1}
.product-info h3{font-size:48px;letter-spacing:-.055em;margin:0 0 12px;color:#111}
.product-info p{font-size:17px;line-height:1.7;color:#3f3b34;max-width:660px}
.price{font-size:48px;font-weight:950;letter-spacing:-.055em;margin:22px 0;color:#111}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}
.feature{background:#fff;border:1px solid var(--line);border-radius:20px;padding:15px;font-weight:900;font-size:13px;color:#2c2a26}
.button-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.oct-card{position:relative;overflow:hidden;background:rgba(255,253,248,.92);border:1px solid var(--line);border-radius:32px;padding:24px;min-height:360px;box-shadow:0 24px 70px rgba(55,42,18,.08);display:flex;flex-direction:column;color:#111}
.oct-card:before{content:"";position:absolute;inset:0 0 auto;height:9px;background:#111}
.oct-card:after{content:"";position:absolute;right:-54px;top:-54px;width:140px;height:140px;border-radius:50%;background:rgba(201,151,34,.14)}
.oct-card.external{background:linear-gradient(180deg,#fffdf8 0%,#f3e4bd 100%);border:2px solid rgba(201,151,34,.55)}
.oct-card.external:before{background:linear-gradient(90deg,#111,#c99722)}
.oct-card.basic{background:linear-gradient(180deg,#fffdf8 0%,#f7f1e6 100%);border:2px solid rgba(17,17,17,.18)}
.oct-card.basic:before{background:linear-gradient(90deg,#111,#5d5a52)}
.oct-card.plus{background:linear-gradient(180deg,#f8fafc 0%,#e5e7eb 58%,#ffffff 100%);border:2px solid #aeb7c4;color:#111;box-shadow:0 28px 80px rgba(51,65,85,.14)}
.oct-card.plus:before{background:linear-gradient(90deg,#111827,#aeb7c4)}
.oct-card.profi{background:linear-gradient(180deg,#fff8f7 0%,#f3d7d8 56%,#fffaf0 100%);border:2px solid var(--wine);box-shadow:0 28px 80px rgba(111,29,50,.18)}
.oct-card.profi:before{background:linear-gradient(90deg,var(--wine),#b84b62)}
.oct-label{display:inline-flex;align-items:center;justify-content:center;width:max-content;border:1px solid rgba(17,17,17,.12);background:rgba(255,255,255,.72);border-radius:999px;padding:7px 10px;margin-bottom:20px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:950;color:#111;position:relative;z-index:1}
.oct-card.plus .oct-label{background:#111827;color:#fff;border-color:#111827}
.oct-card.profi .oct-label{background:var(--wine);color:#fff;border-color:var(--wine)}
.oct-card h3{font-size:26px;line-height:1.06;margin:0 0 13px;letter-spacing:-.035em;color:#111;position:relative;z-index:1}
.oct-card p{color:#47423a;line-height:1.6;margin:0 0 20px;font-size:14.5px;position:relative;z-index:1}
.oct-card .btn{margin-top:auto;width:100%;position:relative;z-index:1}
.checkout-layout{display:grid;grid-template-columns:1fr 400px;gap:28px;align-items:start}
.panel{background:rgba(255,253,248,.92);border:1px solid var(--line);border-radius:36px;padding:30px;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{font-weight:950}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}
.field input,.field textarea{width:100%;border:1px solid #d9ceb8;border-radius:18px;padding:16px;font-size:16px;outline:none;background:#fffdf8;color:#111}.field input:focus,.field textarea:focus{border-color:var(--wine);box-shadow:0 0 0 4px rgba(111,29,50,.08)}.field textarea{min-height:95px;resize:vertical}.field small{color:#a21c1c;font-weight:800}
.summary-line{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line);color:#34312b}.summary-total{display:flex;justify-content:space-between;gap:20px;padding:20px 0 0;font-size:23px;font-weight:950;color:#111}
.success-box{background:#ecfdf5;border:1px solid #bdebd6;color:#075f3e;border-radius:26px;padding:20px;margin:0 0 24px;line-height:1.55}.order-box{background:rgba(255,253,248,.94);border:1px solid var(--line);border-radius:36px;padding:30px;box-shadow:var(--shadow);margin-bottom:26px}
.demo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.demo-strip div{background:#111;color:#fff;border-radius:24px;padding:18px}.demo-strip strong{display:block;font-size:22px}.demo-strip span{display:block;color:#d7c8aa;font-size:13px;margin-top:5px;line-height:1.5}
.footer{background:#111;color:#f5f0e8;padding:46px 0;margin-top:70px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer strong{display:block;color:#fff;margin-bottom:10px}.footer p,.footer span,.footer a{display:block;color:#cfc2ab;line-height:1.58;margin:0 0 7px}.footer a:hover{color:#fff}.note{font-size:13px;color:var(--muted);line-height:1.55}.diagnostic{font-family:Consolas,monospace;font-size:12px;background:#111;color:#fff7e8;border-radius:22px;padding:18px;overflow:auto;line-height:1.55}
@media(max-width:1080px){.hero-grid,.product-card,.checkout-layout{grid-template-columns:1fr}.button-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:50px}.section-head{display:block}.section-head p{margin-top:12px}.footer-grid{grid-template-columns:1fr}.hero-proof{grid-template-columns:1fr}}
@media(max-width:700px){.nav{display:none}.container{padding:0 18px}.button-grid,.features,.form-grid,.demo-strip{grid-template-columns:1fr}.hero{padding:50px 0}.hero h1{font-size:40px}.section-head h2{font-size:34px}.product-info h3{font-size:36px}.brand img{width:82px}.nav-wrap{min-height:78px}}


/* OCTOPUS corrected button palette */
.btn.silver{background:linear-gradient(135deg,#f8fafc,#d7dce4)!important;color:#111!important;border:1px solid #aeb7c4!important;box-shadow:0 14px 34px rgba(51,65,85,.12)!important}
.btn.wine{background:linear-gradient(135deg,#6f1d32,#9b3148)!important;color:#fff!important;box-shadow:0 16px 42px rgba(111,29,50,.22)!important}
.btn.hosted{background:linear-gradient(135deg,#111,#3c3328)!important;color:#f6df9f!important}
.oct-card.plus{background:linear-gradient(180deg,#f8fafc 0%,#e5e7eb 58%,#ffffff 100%)!important;border:2px solid #aeb7c4!important;color:#111!important}
.oct-card.profi{background:linear-gradient(180deg,#fff8f7 0%,#f3d7d8 56%,#fffaf0 100%)!important;border:2px solid #6f1d32!important;color:#111!important}

/* OCTOPUS demo typography alignment with main website */
body,
input,
textarea,
button{
    font-family:Mulish,Inter,Arial,Helvetica,sans-serif!important;
}

.hero h1{
    font-size:clamp(38px,4.2vw,58px)!important;
    line-height:1.06!important;
    letter-spacing:-.042em!important;
    font-weight:780!important;
}

.section-head h2,
.product-info h3{
    font-size:clamp(30px,3.2vw,46px)!important;
    line-height:1.1!important;
    letter-spacing:-.034em!important;
    font-weight:760!important;
}

.oct-card h3,
.brand strong{
    font-weight:780!important;
    letter-spacing:-.025em!important;
}

.hero p,
.product-info p{
    font-size:17px!important;
    line-height:1.75!important;
}

.btn{
    font-weight:850!important;
}

/* Language selector for demo e-shop */
.demo-lang-switch{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.demo-lang-switch .lang-pill{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(17,17,17,.12);text-decoration:none;color:#111;font-weight:900;box-shadow:0 10px 26px rgba(17,17,17,.06)}
.demo-lang-switch .lang-pill.active{background:#111;color:#fff;border-color:#111}
.demo-lang-switch .lang-pill span{font-size:13px}.demo-lang-switch .lang-pill small{font-size:11px;letter-spacing:.04em}
.nav-wrap{flex-wrap:wrap}.nav{flex-wrap:wrap}
@media(max-width:900px){.demo-lang-switch{width:100%;justify-content:flex-start}.nav-wrap{align-items:flex-start}}


/* PROFI turnkey page */
.profi-hero{background:radial-gradient(circle at 84% 12%,rgba(111,29,50,.18),transparent 30%),linear-gradient(135deg,rgba(255,253,248,.74),rgba(255,244,236,.78))!important}
.profi-price-panel{border-color:rgba(111,29,50,.32)!important;background:linear-gradient(180deg,#fff8f7 0%,#f7e2e3 100%)!important}
.profi-price{font-size:46px;line-height:1;font-weight:950;letter-spacing:-.055em;color:#171717;margin:8px 0 8px}
.profi-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.profi-feature{background:rgba(255,253,248,.9);border:1px solid rgba(111,29,50,.18);border-radius:24px;padding:20px;font-weight:900;color:#242424;box-shadow:0 18px 44px rgba(55,42,18,.08)}
@media(max-width:900px){.profi-feature-grid{grid-template-columns:1fr}}
