/* =================================================================
   The Eagles — Google Ads sales landing (cinematic)
   Brand-synced design system: gold / cream / near-black,
   Playfair Display (headings) + Montserrat (body).
   Scoped under body.te-lp so it never leaks into the rest of the site.
   ================================================================= */

body.te-lp{
  --bg:        #0a0806;
  --bg-2:      #11100d;
  --surface:   #16140f;
  --ink:       #f5efe3;
  --muted:     #b6ad9c;
  --gold:      #c9a86b;
  --gold-hot:  #e4c48a;
  --gold-deep: #8a6d3f;
  --line:      rgba(201,168,107,.18);
  --line-soft: rgba(245,239,227,.10);
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:'Montserrat',system-ui,sans-serif;
  font-weight:400;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body.te-lp *{box-sizing:border-box;}
body.te-lp img,body.te-lp video,body.te-lp canvas{display:block;max-width:100%;}
body.te-lp h1,body.te-lp h2,body.te-lp h3{font-family:'Playfair Display',Georgia,serif;font-weight:500;line-height:1.1;letter-spacing:-.01em;margin:0;}
body.te-lp a{color:inherit;text-decoration:none;}
body.te-lp p{margin:0;}

/* ── Shared bits ───────────────────────────────────────────── */
.te-lp-kicker{display:inline-block;font-size:11px;letter-spacing:.34em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;}
.te-lp-kicker::before{content:"";display:inline-block;width:26px;height:1px;background:var(--gold);vertical-align:middle;margin-right:12px;transform:translateY(-2px);}

.te-lp-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  padding:15px 30px;border-radius:999px;
  font-family:'Montserrat',sans-serif;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  cursor:pointer;border:1px solid transparent;transition:transform .3s ease,background .3s ease,color .3s ease,border-color .3s ease;
  text-align:center;
}
.te-lp-btn-gold{background:var(--gold);color:#0a0806;}
.te-lp-btn-gold:hover{background:var(--gold-hot);transform:translateY(-2px);}
.te-lp-btn-ghost{background:transparent;color:var(--ink);border-color:var(--line);}
.te-lp-btn-ghost:hover{border-color:var(--gold);color:var(--gold);}

.te-lp-wrap{max-width:1180px;margin:0 auto;padding:0 clamp(20px,5vw,56px);}
.te-lp-section{padding:clamp(64px,9vw,120px) 0;position:relative;}
.te-lp-section--solid{background:var(--bg);}
.te-lp-section--solid + .te-lp-section--solid{border-top:1px solid var(--line-soft);}
.te-lp-section-head{max-width:760px;margin:0 auto clamp(40px,5vw,64px);text-align:center;}
.te-lp-section-head h2{font-size:clamp(1.9rem,3.6vw,3rem);}
.te-lp-section-head p{margin-top:18px;color:var(--muted);font-size:1.02rem;}
.te-lp-prose{max-width:820px;}
.te-lp-prose h2{font-size:clamp(1.8rem,3.4vw,2.7rem);margin-bottom:24px;}
.te-lp-prose p{color:var(--muted);font-size:1.05rem;margin-bottom:18px;}
.te-lp-inline-link{color:var(--gold);font-weight:600;letter-spacing:.02em;border-bottom:1px solid var(--line);padding-bottom:2px;transition:color .3s;}
.te-lp-inline-link:hover{color:var(--gold-hot);}

/* ── Header ────────────────────────────────────────────────── */
.te-lp-header{position:fixed;top:0;left:0;right:0;z-index:60;padding:18px clamp(20px,5vw,56px);transition:background .4s ease,padding .4s ease,border-color .4s ease;border-bottom:1px solid transparent;}
.te-lp-header.is-scrolled{background:rgba(10,8,6,.86);backdrop-filter:blur(10px);border-bottom-color:var(--line-soft);padding-top:12px;padding-bottom:12px;}
.te-lp-header-inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.te-lp-logo img{height:38px;width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5));}
.te-lp-header-actions{display:flex;align-items:center;gap:22px;}
.te-lp-about{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--ink);opacity:.85;transition:.3s;}
.te-lp-about:hover{opacity:1;color:var(--gold);}
.te-lp-call{display:inline-flex;align-items:center;gap:9px;color:var(--ink);font-weight:600;font-size:14px;letter-spacing:.02em;}
.te-lp-call .te-lp-call-ico{color:var(--gold);}
.te-lp-call:hover{color:var(--gold);}
.te-lp-call:hover .te-lp-call-ico{color:var(--gold-hot);}

/* ── Cinematic canvas scene (fixed behind content) ─────────── */
.te-lp-scene{position:fixed;inset:0;z-index:0;background:var(--bg);}
.te-lp-scene canvas{width:100%;height:100%;display:block;}
.te-lp-scene::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,rgba(10,8,6,.62) 0%,rgba(10,8,6,.20) 26%,rgba(10,8,6,.30) 60%,rgba(10,8,6,.92) 100%);}
.te-lp-main{position:relative;z-index:1;}

/* ── Preloader ─────────────────────────────────────────────── */
.te-lp-preloader{position:fixed;inset:0;z-index:200;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;transition:opacity .8s ease,visibility .8s ease;}
.te-lp-preloader.is-done{opacity:0;visibility:hidden;}
.te-lp-preloader-ring{width:54px;height:54px;border:1px solid rgba(201,168,107,.25);border-top-color:var(--gold);border-radius:50%;animation:te-lp-spin 1s linear infinite;}
@keyframes te-lp-spin{to{transform:rotate(360deg);}}
.te-lp-preloader p{color:var(--muted);font-size:11px;letter-spacing:.32em;text-transform:uppercase;}
.te-lp-loadbar{width:180px;height:1px;background:rgba(255,255,255,.12);}
.te-lp-loadbar i{display:block;height:100%;width:0;background:var(--gold);transition:width .2s ease;}

/* ── Hero ──────────────────────────────────────────────────── */
.te-lp-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:120px clamp(20px,5vw,56px) 90px;position:relative;}
/* Legibility scrim — grounds the hero copy on a darker base over the bright skyline, without flattening the image */
.te-lp-hero::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:linear-gradient(90deg,rgba(10,8,6,.9) 0%,rgba(10,8,6,.76) 30%,rgba(10,8,6,.36) 52%,rgba(10,8,6,0) 72%);}
.te-lp-hero-grid{position:relative;z-index:1;max-width:1320px;margin:0 auto;width:100%;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,5vw,72px);align-items:center;}
.te-lp-hero-copy h1{font-size:clamp(2.5rem,5.4vw,4.6rem);line-height:1.02;margin-bottom:26px;text-shadow:0 4px 40px rgba(0,0,0,.45);}
.te-lp-hero-copy h1 em{font-style:italic;color:var(--gold);}
.te-lp-hero-lead{max-width:540px;color:var(--ink);font-size:1.08rem;line-height:1.75;margin-bottom:32px;text-shadow:0 1px 18px rgba(0,0,0,.62);}
.te-lp-hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:34px;}
.te-lp-trust{display:flex;flex-wrap:wrap;gap:10px 22px;list-style:none;padding:0;margin:0;}
.te-lp-trust li{position:relative;padding-left:18px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);}
.te-lp-trust li::before{content:"◆";position:absolute;left:0;color:var(--gold);font-size:8px;top:3px;}

/* ── Form card ─────────────────────────────────────────────── */
.te-lp-form{background:rgba(16,14,11,.82);backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:18px;padding:clamp(24px,3vw,38px);box-shadow:0 40px 100px rgba(0,0,0,.5);}
.te-lp-form-head h2{font-size:1.5rem;margin-bottom:8px;}
.te-lp-form-head p{color:var(--muted);font-size:.95rem;margin-bottom:22px;}
.te-lp-field{display:block;margin-bottom:14px;}
.te-lp-field > span{display:block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:7px;}
.te-lp-field input,.te-lp-field select{
  width:100%;padding:13px 15px;background:rgba(10,8,6,.6);border:1px solid var(--line-soft);border-radius:10px;
  color:var(--ink);font-family:inherit;font-size:15px;transition:border-color .3s ease,background .3s ease;
}
.te-lp-field input:focus,.te-lp-field select:focus{outline:none;border-color:var(--gold);background:rgba(10,8,6,.85);}
.te-lp-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9a86b' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;padding-right:38px;}
.te-lp-consent{display:flex;gap:11px;align-items:flex-start;margin:16px 0 22px;font-size:12.5px;line-height:1.5;color:var(--muted);}
.te-lp-consent input{margin-top:3px;width:16px;height:16px;accent-color:var(--gold);flex:0 0 auto;}
.te-lp-consent a{color:var(--gold);text-decoration:underline;}
.te-lp-consent-block{display:flex;flex-direction:column;gap:8px;margin:16px 0 22px;color:var(--muted);}
.te-lp-consent-block .te-form-consent{display:flex;align-items:flex-start;gap:9px;font-size:12px;line-height:1.5;}
.te-lp-consent-block .te-form-consent input[type="checkbox"]{width:16px;height:16px;margin:2px 0 0;accent-color:var(--gold);flex:0 0 auto;}
.te-lp-consent-block .te-form-consent-clause{font-size:12px;line-height:1.55;}
.te-lp-consent-block .te-form-consent--primary span{color:var(--ink);font-weight:600;}
.te-lp-consent-block .te-consent-req{font-style:normal;font-weight:700;color:var(--gold);}
.te-lp-consent-block .te-form-consent-note{font-size:11px;line-height:1.45;opacity:.82;}
.te-lp-consent-block .te-form-consent-heading{font-size:12px;line-height:1.5;}
.te-lp-consent-block .te-form-consent-channels{display:flex;flex-wrap:wrap;gap:8px 18px;}
.te-lp-consent-block .te-form-consent-info{font-size:10.5px;line-height:1.55;opacity:.72;}
.te-lp-consent-block .te-consent-policy-link{color:var(--gold);text-decoration:underline;}
.te-lp-form .te-lp-btn{width:100%;}
.te-lp-form-reassure{margin-top:14px;font-size:12px;color:var(--muted);text-align:center;}
.te-lp-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
/* Plugin status notices */
body.te-lp .te-form-status{padding:12px 15px;border-radius:10px;font-size:14px;margin-bottom:16px;}
body.te-lp .te-form-status-ok{background:rgba(201,168,107,.14);border:1px solid var(--line);color:var(--gold-hot);}
body.te-lp .te-form-status-error{background:rgba(180,70,60,.14);border:1px solid rgba(200,90,80,.4);color:#e8b6ad;}

.te-lp-scroll-hint{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);z-index:2;color:var(--ink);opacity:.85;font-size:10px;letter-spacing:.3em;text-transform:uppercase;animation:te-lp-bob 2.4s ease-in-out infinite;}
@keyframes te-lp-bob{0%,100%{transform:translate(-50%,0);}50%{transform:translate(-50%,9px);}}

/* ── Tiles (Dla kogo) ──────────────────────────────────────── */
.te-lp-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.te-lp-tile{background:var(--bg-2);border:1px solid var(--line-soft);border-radius:16px;padding:30px 26px;transition:border-color .35s ease,transform .35s ease;}
.te-lp-tile:hover{border-color:var(--gold);transform:translateY(-4px);}
.te-lp-tile h3{font-size:1.3rem;margin-bottom:14px;color:var(--gold);}
.te-lp-tile p{color:var(--muted);font-size:.96rem;}

/* ── Two-column item list (Co robimy) ──────────────────────── */
.te-lp-list2{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line-soft);border:1px solid var(--line-soft);border-radius:16px;overflow:hidden;}
.te-lp-item{background:var(--bg);padding:28px 30px;}
.te-lp-item h3{font-size:1.15rem;margin-bottom:10px;}
.te-lp-item p{color:var(--muted);font-size:.96rem;}

/* ── Process steps ─────────────────────────────────────────── */
.te-lp-steps{list-style:none;margin:0 auto;padding:0;max-width:840px;counter-reset:none;}
.te-lp-steps li{display:flex;gap:24px;padding:26px 0;border-top:1px solid var(--line-soft);}
.te-lp-steps li:first-child{border-top:0;}
.te-lp-step-n{font-family:'Playfair Display',serif;font-size:1.6rem;color:var(--gold);flex:0 0 auto;width:54px;}
.te-lp-steps h3{font-size:1.2rem;margin-bottom:8px;}
.te-lp-steps p{color:var(--muted);font-size:.98rem;}

/* ── Bullets (Marketing) ───────────────────────────────────── */
.te-lp-bullets{list-style:none;padding:0;margin:26px 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px 26px;}
.te-lp-bullets li{position:relative;padding-left:24px;color:var(--ink);font-size:1rem;}
.te-lp-bullets li::before{content:"◆";position:absolute;left:0;top:2px;color:var(--gold);font-size:10px;}

/* ── FAQ ───────────────────────────────────────────────────── */
.te-lp-faq{max-width:840px;margin:0 auto;}
.te-lp-faq-item{border-bottom:1px solid var(--line-soft);}
.te-lp-faq-item summary{list-style:none;cursor:pointer;padding:22px 44px 22px 0;position:relative;font-size:1.1rem;font-weight:500;font-family:'Playfair Display',serif;color:var(--ink);}
.te-lp-faq-item summary::-webkit-details-marker{display:none;}
.te-lp-faq-item summary::after{content:"+";position:absolute;right:6px;top:50%;transform:translateY(-50%);color:var(--gold);font-size:1.5rem;transition:transform .3s ease;}
.te-lp-faq-item[open] summary::after{transform:translateY(-50%) rotate(45deg);}
.te-lp-faq-a{padding:0 44px 24px 0;color:var(--muted);font-size:1rem;line-height:1.7;}

/* ── Final form section ────────────────────────────────────── */
.te-lp-section--form{background:radial-gradient(1100px 520px at 80% 0,rgba(201,168,107,.08),transparent),var(--bg-2);}
.te-lp-final{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:center;}
.te-lp-final-copy h2{font-size:clamp(1.9rem,3.4vw,2.8rem);margin-bottom:18px;}
.te-lp-final-copy p{color:var(--muted);font-size:1.05rem;margin-bottom:14px;}
.te-lp-final-call{font-size:1.05rem;color:var(--ink);}
.te-lp-final-call a{color:var(--gold);font-weight:600;}
.te-lp-final-form .te-lp-form{background:rgba(10,8,6,.7);}

/* ── Sticky mobile CTA ─────────────────────────────────────── */
.te-lp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:80;display:none;gap:10px;padding:11px 14px calc(11px + env(safe-area-inset-bottom));
  background:rgba(10,8,6,.94);backdrop-filter:blur(10px);border-top:1px solid var(--line);}
.te-lp-sticky a{flex:1;text-align:center;padding:14px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;}
.te-lp-sticky-call{border:1px solid var(--gold);color:var(--gold);}
.te-lp-sticky-form{background:var(--gold);color:#0a0806;}

/* ── Footer ────────────────────────────────────────────────── */
.te-lp-footer{position:relative;z-index:1;background:var(--bg);border-top:1px solid var(--line);padding:64px clamp(20px,5vw,56px) 32px;}
.te-lp-footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;}
.te-lp-footer-brand img{height:42px;width:auto;margin-bottom:18px;}
.te-lp-footer-brand p{color:var(--muted);font-size:14px;line-height:1.8;max-width:380px;}
.te-lp-footer-col h4{font-size:11px;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);margin:0 0 16px;font-family:'Montserrat',sans-serif;font-weight:600;}
.te-lp-footer-col a,.te-lp-footer-col span{display:block;color:var(--muted);font-size:14px;line-height:2;}
.te-lp-footer-col a:hover{color:var(--gold);}
.te-lp-footer-legal{max-width:1180px;margin:36px auto 0;padding-top:24px;border-top:1px solid var(--line-soft);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:12px;}
.te-lp-footer-legal a:hover{color:var(--gold);}

/* ── Global quick rail on landing pages ────────────────────── */
body.te-lp .te-floating-rail{
  position:fixed;right:18px;top:50%;z-index:55;transform:translateY(-50%);
  display:flex;flex-direction:column;gap:10px;pointer-events:none;
}
body.te-lp .te-floating-rail a{
  position:relative;display:grid;place-items:center;width:46px;height:46px;
  border:1px solid rgba(201,168,107,.34);border-radius:999px;
  background:rgba(10,8,6,.72);color:var(--ink);backdrop-filter:blur(12px);
  box-shadow:0 14px 34px rgba(0,0,0,.22);pointer-events:auto;
  transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease;
}
body.te-lp .te-floating-rail a:hover,
body.te-lp .te-floating-rail a:focus-visible{
  background:var(--gold);color:#0a0806;border-color:var(--gold);transform:translateX(-2px);
}
body.te-lp .te-floating-rail svg{width:19px;height:19px;display:block;}
body.te-lp .te-floating-rail span{
  position:absolute;right:calc(100% + 10px);top:50%;transform:translate(8px,-50%);
  width:max-content;max-width:220px;padding:8px 10px;border-radius:999px;
  background:rgba(10,8,6,.92);border:1px solid rgba(201,168,107,.28);
  color:var(--ink);font-size:10px;line-height:1;letter-spacing:.12em;text-transform:uppercase;
  opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease;
}
body.te-lp .te-floating-rail a:hover span,
body.te-lp .te-floating-rail a:focus-visible span{opacity:1;transform:translate(0,-50%);}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width:980px){
  .te-lp-hero-grid{grid-template-columns:1fr;gap:36px;}
  .te-lp-hero{min-height:auto;padding-top:108px;}
  /* On mobile the copy spans full width over the bright glass — darken from the top instead of the left */
  .te-lp-hero::before{background:linear-gradient(180deg,rgba(10,8,6,.6) 0%,rgba(10,8,6,.84) 32%,rgba(10,8,6,.8) 60%,rgba(10,8,6,.5) 82%,rgba(10,8,6,.28) 100%);}
  .te-lp-final{grid-template-columns:1fr;}
  .te-lp-tiles{grid-template-columns:repeat(2,1fr);}
  .te-lp-footer-inner{grid-template-columns:1fr 1fr;}
  .te-lp-footer-brand{grid-column:1/-1;}
}
@media (max-width:720px){
  .te-lp-about{display:none;}
  .te-lp-call .te-lp-call-num{display:none;}
  .te-lp-sticky{display:flex;}
  .te-lp-main{padding-bottom:74px;}
  .te-lp-list2{grid-template-columns:1fr;}
  .te-lp-bullets{grid-template-columns:1fr;}
  .te-lp-tiles{grid-template-columns:1fr;}
  .te-lp-hero-copy h1{font-size:clamp(2.1rem,8vw,3rem);}
  .te-lp-scroll-hint{display:none;}
  body.te-lp .te-floating-rail{display:none;}
}

/* ── Reduced motion: freeze the cinematic scrub, keep layout ─ */
@media (prefers-reduced-motion:reduce){
  .te-lp-preloader-ring{animation:none;}
  .te-lp-scroll-hint{animation:none;}
  body.te-lp *{scroll-behavior:auto;}
}
