/* indigoprojects.eu – statischer Nachbau der Onepage-Seite */
@font-face{font-family:"TASA Explorer";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/tasa-explorer-regular.woff2) format("woff2")}
@font-face{font-family:"TASA Explorer";font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/tasa-explorer-500.woff2) format("woff2")}
@font-face{font-family:"TASA Explorer";font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/tasa-explorer-600.woff2) format("woff2")}
@font-face{font-family:"Lato";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/lato-regular.woff2) format("woff2")}
@font-face{font-family:"Lato";font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/lato-700.woff2) format("woff2")}

:root{
  --navy:#050234;
  --ink:#010101;
  --accent:#df5f41;
  --accent-2:#ec6d4e;
  --accent-soft:#f08c72;
  --gray-bg:#f2f4f6;
  --card-bg:#f4f5f7;
  --faq-bg:#f7f7f7;
  --white:#fff;
  --head:"TASA Explorer",-apple-system,system-ui,"Helvetica Neue",Arial,sans-serif;
  --text:"Lato",-apple-system,system-ui,"Helvetica Neue",Arial,sans-serif;
  --pad:32px;
  --max:1440px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:#fff;color:var(--navy);font-family:var(--text);font-size:18px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
img,svg{display:block;max-width:100%}
img{height:auto}
a{color:inherit}
h1,h2,h3{font-family:var(--head);font-weight:600;margin:0;letter-spacing:-.025em}
p{margin:0}
.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}
.skip{position:fixed;top:-100%;left:16px;z-index:1000;padding:8px 16px;background:#000;color:#fff;font-size:14px;font-weight:700;text-decoration:none;border-radius:0 0 4px 4px}
.skip:focus{top:0}
.hl{color:var(--accent)}
[id]{scroll-margin-top:80px}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:#fff}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:75px}
.logo img{width:115px;height:auto}
.nav ul{list-style:none;display:flex;gap:32px;margin:0 70px 0 0;padding:0}
.nav a{text-decoration:none;font-size:17px;color:var(--navy)}
.nav a:hover{color:var(--accent)}
.menu-btn{display:none;width:46px;height:46px;border:0;border-radius:4px;background:#eef0f2;color:var(--navy);cursor:pointer;align-items:center;justify-content:center}
.menu-btn span,.menu-btn span::before{display:block;width:16px;height:2px;background:currentColor;position:relative;content:""}
.menu-btn span::before{position:absolute;top:6px}
.menu-btn span{top:-3px}

/* Buttons */
.btn{display:inline-block;padding:18px 31px;border-radius:6px;background:var(--accent);color:#fff;font-family:var(--text);font-weight:700;font-size:17px;line-height:1.4;text-decoration:none;box-shadow:0 10px 24px rgba(223,95,65,.38);transition:transform .15s}
.btn:hover{transform:translateY(-1px)}
.btn--white{background:#fff;color:var(--accent);box-shadow:0 10px 24px rgba(255,255,255,.35)}
.badge{display:inline-block;border:1px solid var(--accent);color:var(--accent);border-radius:20px;padding:5px 12px;font-size:12px;line-height:18px;letter-spacing:.06em;text-transform:uppercase}

/* Sections */
.sec{padding:120px 0}
.bg-gray{background:linear-gradient(135deg,#f5f6f8 0%,#eef1f4 50%,#f6f7f8 100%)}

/* Hero */
.hero{padding:98px 0 120px}
.hero .wrap{display:grid;grid-template-columns:640px minmax(0,1fr);gap:56px;align-items:start}
.hero-text{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:0;height:100%}
.hero h1{font-size:64px;line-height:1.16;color:var(--ink);margin:36px 0 34px;font-weight:600;max-width:520px}
.hero h1 .mark{display:inline-block;padding:0 16px;margin:4px 0 0 6px;color:#fff;border-radius:4px;background:linear-gradient(90deg,#e0664a 0%,#ec8c73 55%,rgba(245,215,205,.9) 100%)}
.hero-lead{font-size:18px;line-height:1.5;color:var(--ink);max-width:600px}
.hero .btn{margin-top:40px}
.hero-line{width:100%;height:1px;background:#e3e5e8;margin-top:auto;position:relative;top:-35px}
.hero-media{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.hero-media>img{grid-column:1/-1;width:100%;height:468px;object-fit:cover;border-radius:14px}
.stat{border-radius:14px;padding:32px;min-height:232px;display:flex;flex-direction:column;justify-content:flex-end}
.stat strong{font-family:var(--head);font-weight:500;font-size:24px;line-height:1.3;display:block;margin-bottom:10px}
.stat span{font-size:16px}
.stat--white{background:#fff;color:var(--navy)}
.stat--accent{background:radial-gradient(circle at 70% 20%,#ea7c61 0,transparent 55%),linear-gradient(135deg,#e46a4d 0%,#f19479 100%);color:#fff;justify-content:space-between}
.stat--accent span{color:rgba(255,255,255,.85)}
.stars{display:flex;gap:6px}
.stars svg{width:14px;height:14px}
.stat--accent .stars{color:#fff}

/* Advantages */
.adv .wrap{display:grid;grid-template-columns:380px minmax(0,1fr);gap:84px;align-items:start}
.adv h2{font-size:32px;line-height:1.22;color:var(--navy);margin-bottom:40px}
.adv-text p{font-size:18px;margin-bottom:40px}
.cards{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}
.card{background:radial-gradient(circle at 80% 30%,#eceef0 0,transparent 45%),var(--card-bg);border-radius:14px;padding:40px 32px 32px}
.card .ico{width:38px;height:38px;color:var(--accent);margin-bottom:24px}
.card h3{font-size:24px;line-height:1.3;color:var(--ink);font-weight:500;margin-bottom:18px}
.card p{font-size:16px;line-height:1.5;color:var(--ink)}

/* Services */
.svc h2{font-size:48px;line-height:1.2;color:var(--ink);max-width:640px}
.svc .intro{font-size:18px;color:var(--ink);max-width:620px;margin:40px 0 60px}
.paths{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.path{position:relative;border-radius:14px;overflow:hidden;height:400px;color:#fff}
.path img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.path::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,24,33,.2) 0%,rgba(20,24,33,.45) 100%)}
.path div{position:absolute;left:48px;bottom:48px;z-index:1}
.path h3{font-size:32px;font-weight:500;line-height:1.2;margin-bottom:20px}
.path p{font-size:16px}
.svc{padding-bottom:60px}

/* Product */
.prod{padding:60px 0 140px}
.prod-box{background:#fff;border-radius:18px;padding:56px;display:grid;grid-template-columns:1fr 1.3fr;gap:56px}
.prod-box h2{font-size:48px;line-height:1.2;color:var(--navy);margin-bottom:44px}
.prod-box p{font-size:18px;max-width:440px}
.acc-list{list-style:none;margin:0;padding:0;border-top:1px solid #eceef0}
.acc-list li{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:30px 0;border-bottom:1px solid #eceef0;font-family:var(--head);font-weight:600;font-size:17px;letter-spacing:-.02em}
.acc-list svg,.faq-item svg{width:20px;height:20px;flex:none;color:#555}
.prod-foot{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-top:20px}
.prod-foot img{width:100%;height:330px;object-fit:cover;justify-self:end;max-width:660px}

/* Bonus */
.bonus .wrap{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.bonus h2{font-size:48px;line-height:1.2;color:var(--navy);margin:36px 0 44px}
.bonus-text p{font-size:18px;max-width:540px}
.bonus .cards{grid-template-columns:1fr}
.bonus .card{padding:40px 32px 32px}
.bonus .card h3{margin-top:32px}

/* CTA */
.cta{padding:0 0 60px}
.cta-box{border-radius:14px;padding:56px;color:#fff;background:radial-gradient(circle at 45% 55%,rgba(243,158,134,.8) 0,transparent 55%),linear-gradient(120deg,#e56b4f 0%,#ef8b71 50%,#e56b4f 100%);display:grid;grid-template-columns:412px minmax(0,1fr) 384px;gap:84px;align-items:center}
.cta-box h2{font-size:48px;line-height:1.2;font-weight:500;margin-bottom:44px}
.checks{list-style:none;margin:0;padding:0}
.checks li{display:flex;gap:14px;font-size:17px;line-height:1.45;margin:14px 0 22px}
.checks svg{width:16px;height:16px;flex:none;margin-top:4px}
.price{background:#fff;border-radius:14px;padding:40px 24px 34px;text-align:center;color:var(--navy)}
.price .now{font-family:var(--head);font-weight:600;font-size:64px;line-height:1.1;color:var(--accent)}
.price .was{font-family:var(--head);font-size:18px;color:#6c6a80;text-decoration:line-through;margin-top:4px}
.price .note{font-size:15px;color:#7b7a88;margin-top:26px}
.countdown{display:flex;justify-content:center;align-items:flex-start;gap:12px;margin-top:40px;font-family:var(--head)}
.countdown .u{display:flex;flex-direction:column;align-items:center;min-width:52px}
.countdown b{font-weight:500;font-size:32px;line-height:1.1}
.countdown small{font-size:12px;letter-spacing:-.04em;margin-top:6px}
.countdown i{font-style:normal;font-weight:600;font-size:28px;line-height:1.1}

/* Testimonials */
.testi{padding:120px 0 120px}
.testi h2{font-size:48px;line-height:1.2;color:var(--ink);margin-bottom:64px}
.quotes{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.quote{background:#fff;border-radius:14px;padding:32px 32px 32px}
.quote .stars{color:var(--accent);margin-bottom:12px}
.quote h3{font-size:19px;font-weight:600;letter-spacing:-.03em;color:var(--navy);margin-bottom:28px}
.quote p{font-size:16px;line-height:1.5;color:var(--ink)}
.offer{margin-top:80px;background:#000;color:#fff;border-radius:14px;padding:56px 56px 96px}
.offer h2{color:#fff;font-size:64px;line-height:1.14;text-align:center;max-width:620px;margin:0 0 44px}
.offer p{font-size:18px;max-width:560px}
.offer .countdown{justify-content:flex-start;margin:40px 0 40px 16px;gap:10px}
.offer .countdown b{font-size:32px}

/* FAQ */
.faq .wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.faq h2{font-size:48px;line-height:1.2;color:var(--navy);margin-bottom:44px}
.faq-text p{font-size:18px;max-width:460px}
.faq-list{list-style:none;margin:0;padding:0;display:grid;gap:16px}
.faq-item{background:var(--faq-bg);border-radius:14px;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-family:var(--head);font-weight:600;font-size:19px;letter-spacing:-.03em;color:var(--navy)}
.faq-line{height:1px;background:#e7e8ea;margin-top:130px}

/* Footer */
.site-footer{background:radial-gradient(circle at 45% 40%,rgba(243,150,125,.9) 0,transparent 45%),linear-gradient(90deg,#e56b4f 0%,#ef8b71 50%,#e56b4f 100%);color:rgba(255,255,255,.8);padding:78px 0 36px}
.site-footer .rule{height:1px;background:rgba(255,255,255,.35)}
.foot-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;padding:44px 0 42px}
.foot-row .logo img{width:88px;margin:0 0 30px 8px}
.foot-row p{font-size:16px}
.foot-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:24px}
.foot-nav a{font-size:15px;text-decoration:none;color:rgba(255,255,255,.8)}
.foot-nav a:hover{color:#fff}

/* Legal */
.legal{padding:96px 0 110px}
.legal .wrap{max-width:var(--max)}
.legal-inner{padding:0 63px}
.legal h1{font-size:32px;text-align:center;color:var(--navy);margin-bottom:76px;letter-spacing:-.02em}
.legal h2{font-size:24px;line-height:1.3;color:var(--navy);margin:28px 0 22px;letter-spacing:-.03em}
.legal p{font-size:16px;line-height:1.5;white-space:pre-line;margin:0 0 16px;color:var(--navy);overflow-wrap:anywhere}
.legal ul{margin:0 0 16px;padding-left:24px;font-size:16px}
.legal li{margin-bottom:10px}

/* 404 */
.nf{padding:140px 0;text-align:center}
.nf h1{font-size:64px;color:var(--navy);margin-bottom:24px}
.nf p{margin-bottom:40px}

/* Responsive */
@media (max-width:1180px){
  .hero .wrap{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .cta-box{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px}
  .price{grid-column:1/-1;max-width:420px}
  .quotes{grid-template-columns:1fr 1fr}
  .adv .wrap{grid-template-columns:minmax(0,1fr)}
}
@media (max-width:900px){
  :root{--pad:20px}
  body{font-size:16px}
  .menu-btn{display:flex}
  .nav{position:absolute;left:0;right:0;top:75px;background:#fff;box-shadow:0 12px 20px rgba(0,0,0,.08);display:none}
  .nav.open{display:block}
  .nav ul{flex-direction:column;gap:0;margin:0;padding:8px var(--pad) 16px}
  .nav a{display:block;padding:12px 0}
  .sec,.testi{padding:72px 0}
  .hero{padding:48px 0 60px}
  .hero .wrap,.bonus .wrap,.faq .wrap,.prod-box,.prod-foot,.paths,.cards,.quotes,.cta-box,.hero-media{grid-template-columns:minmax(0,1fr)}
  .hero h1{font-size:32px;margin:28px 0 24px;line-height:1.22}
  .hero h1 .mark{padding:0 12px;margin-left:0}
  .hero-lead,.adv-text p,.svc .intro,.bonus-text p,.faq-text p,.prod-box p,.offer p{font-size:16px}
  .hero .btn{margin-top:30px}
  .hero-line{position:static;margin-top:100px}
  .hero-media{margin-top:-8px}
  .hero-media>img{height:186px}
  .stat{min-height:0;padding:32px 20px 20px}
  .stat--accent{min-height:160px}
  .stat--white{padding-top:40px}
  .stat strong{font-size:22px}
  .stat span{font-size:14px}
  .adv h2{font-size:26px;margin-bottom:30px}
  .card{padding:24px 20px}
  .card h3{font-size:19px;margin-bottom:14px}
  .card p{font-size:14px}
  .svc h2,.prod-box h2,.bonus h2,.cta-box h2,.testi h2,.faq h2{font-size:26px;margin-bottom:28px}
  .svc .intro{margin:28px 0 40px}
  .path{height:330px}
  .path div{left:20px;bottom:24px}
  .path h3{font-size:26px}
  .path p{font-size:14px}
  .prod{padding:20px 0 72px}
  .prod-box{padding:32px 20px;gap:32px}
  .acc-list li{padding:22px 0;font-size:15px}
  .prod-foot{gap:32px;margin-top:20px}
  .prod-foot img{height:auto;aspect-ratio:2/1}
  .bonus h2{margin:20px 0 28px}
  .cta-box{padding:32px 20px;gap:24px}
  .checks li{font-size:15px;margin:10px 0 18px}
  .price{padding:28px 16px}
  .price .now{font-size:32px}
  .price .was{font-size:14px}
  .countdown{gap:6px;margin-top:28px}
  .countdown .u{min-width:40px}
  .countdown b{font-size:22px}
  .countdown small{font-size:9px}
  .countdown i{font-size:20px}
  .quote{padding:28px 20px}
  .quote h3{font-size:15px;margin-bottom:20px}
  .quote p{font-size:14px}
  .offer{padding:40px 20px 56px;margin-top:64px}
  .offer h2{font-size:32px;margin-bottom:28px}
  .offer .countdown{margin:32px 0 32px 16px}
  .offer .countdown b{font-size:28px}
  .faq-item{padding:24px 20px 24px 28px;font-size:16px}
  .faq-line{margin-top:40px}
  .site-footer{padding:36px 0 30px}
  .foot-row{flex-direction:column;align-items:flex-start}
  .foot-nav{align-self:flex-end}
  .foot-nav ul{flex-direction:column;align-items:flex-end;gap:14px}
  .legal{padding:48px 0 72px}
  .legal-inner{padding:0}
  .legal h1{font-size:26px;margin-bottom:40px}
  .legal h2{font-size:20px}
  .legal p,.legal ul{font-size:15px}
  .nf h1{font-size:40px}
}
