:root{
  --navy:#061b2f;
  --navy-2:#09253f;
  --blue:#1d8dff;
  --cyan:#55d6ff;
  --teal:#2de3c4;
  --gold:#ffd166;
  --white:#ffffff;
  --muted:#a9bed2;
  --text:#eaf5ff;
  --card:rgba(255,255,255,.08);
  --stroke:rgba(255,255,255,.14);
  --shadow:0 24px 70px rgba(0,0,0,.35);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 8% 8%, rgba(45,227,196,.22), transparent 24rem),
    radial-gradient(circle at 92% 16%, rgba(29,141,255,.28), transparent 28rem),
    linear-gradient(180deg, #051426 0%, #071a2c 48%, #041120 100%);
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.section{width:min(1180px, calc(100% - 40px)); margin:0 auto; padding:86px 0}
.section.slim{padding:28px 0}
.hidden{display:none}

.site-header{
  position:sticky;
  top:0;
  z-index:30;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  padding:16px clamp(18px,4vw,56px);
  backdrop-filter:blur(12px);
  background:rgba(7,26,44,.78);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.brand,.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand img,.footer-brand img{width:52px;height:52px}
.brand strong,.footer-brand strong{display:block;letter-spacing:.06em;font-size:.92rem}
.brand span,.footer-brand span{display:block;color:var(--muted);font-size:.78rem;margin-top:2px}

.nav{display:flex;align-items:center;gap:22px;color:#dcefff;font-size:.93rem}
.nav a{opacity:.9}
.nav a:hover{opacity:1;color:var(--cyan)}
.nav-cta{
  border:1px solid var(--stroke);
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
}

.hero{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:58px;
  align-items:center;
  min-height:710px;
  padding-top:68px;
}

.eyebrow{
  display:inline-flex;
  padding:8px 12px;
  border:1px solid rgba(85,214,255,.28);
  background:rgba(85,214,255,.08);
  color:#bff3ff;
  border-radius:999px;
  font-weight:700;
  font-size:.78rem;
  letter-spacing:.06em;
  text-transform:uppercase;
}

h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(3.2rem,6.6vw,6.9rem);
  line-height:.91;
  letter-spacing:-.075em;
  margin:22px 0;
}
h2{
  font-size:clamp(2rem,4vw,3.8rem);
  line-height:1;
  letter-spacing:-.055em;
  margin:16px 0;
}
h3{font-size:1.25rem;margin-bottom:12px}
p{color:#c7d8e8;line-height:1.7}
.hero-subhead{
  font-size:1.24rem;
  max-width:680px;
}

.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0 24px}
.button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  border-radius:999px;
  padding:14px 20px;
  font-weight:800;
  border:0;
  cursor:pointer;
}
.button.primary{
  color:#03101d;
  background:linear-gradient(135deg, var(--cyan), var(--teal));
  box-shadow:0 16px 44px rgba(45,227,196,.22);
}
.button.secondary{
  color:#eaf5ff;
  background:rgba(255,255,255,.08);
  border:1px solid var(--stroke);
}

.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.trust-row span,.mini-grid span,.check-list span{
  display:inline-flex;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.06);
  color:#dff6ff;
  border-radius:999px;
  padding:10px 12px;
  font-size:.9rem;
}

.hero-card{
  position:relative;
  border:1px solid var(--stroke);
  background:linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
  border-radius:36px;
  padding:22px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero-card:before{
  content:"";
  position:absolute;
  inset:-1px;
  background:radial-gradient(circle at 75% 12%, rgba(45,227,196,.22), transparent 20rem);
  pointer-events:none;
}
.status-panel{
  position:absolute;
  left:34px;
  right:34px;
  bottom:34px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.17);
  background:rgba(4,17,32,.76);
  backdrop-filter:blur(10px);
}
.status-panel strong{display:block}
.status-panel span{color:var(--muted);font-size:.94rem}

.promise{
  border-top:1px solid var(--stroke);
  border-bottom:1px solid var(--stroke);
}
.promise p{
  font-size:clamp(1.2rem,2vw,1.65rem);
  color:#e9f8ff;
  text-align:center;
  margin:0;
}
.promise strong{color:#8ff4ff}

.section-heading{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}
.services-grid,.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.service-card,.price-card,.feature-panel,.contact-form,.contact-copy,.capabilities{
  border:1px solid var(--stroke);
  background:linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.045));
  border-radius:28px;
  box-shadow:0 14px 48px rgba(0,0,0,.18);
}
.service-card{
  padding:24px;
  transition:transform .2s ease, border-color .2s ease;
}
.service-card:hover{transform:translateY(-4px);border-color:rgba(85,214,255,.34)}
.service-card img{width:54px;height:54px;margin-bottom:18px}
.service-card p{margin-bottom:0}

.split,.ai-section,.contact-section{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
}
.check-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.feature-panel{padding:34px}
.feature-panel ul,.price-card ul{
  margin:18px 0 0;
  padding:0;
  list-style:none;
}
.feature-panel li,.price-card li{
  padding:10px 0 10px 28px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#d7e9f8;
  position:relative;
}
.feature-panel li:before,.price-card li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--teal);
  font-weight:900;
}

.plans-section{
  width:100%;
  padding-left:max(20px, calc((100% - 1180px)/2));
  padding-right:max(20px, calc((100% - 1180px)/2));
  background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
}
.price-card{
  position:relative;
  padding:30px;
}
.price-card.popular{
  border-color:rgba(85,214,255,.42);
  box-shadow:0 24px 70px rgba(29,141,255,.2);
  transform:translateY(-10px);
}
.badge{
  position:absolute;
  top:-15px;
  left:50%;
  transform:translateX(-50%);
  background:linear-gradient(135deg, var(--gold), #fff1a6);
  color:#1c1b0a;
  padding:7px 14px;
  border-radius:999px;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.04em;
}
.price{
  font-size:3.2rem;
  font-weight:900;
  letter-spacing:-.06em;
  margin:8px 0 10px;
}
.price span{font-size:1rem;color:var(--muted);letter-spacing:0}

.ai-image{
  border-radius:34px;
  overflow:hidden;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.06);
  box-shadow:var(--shadow);
}
.mini-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-top:24px;
}
.mini-grid span{border-radius:18px;justify-content:center}

.capabilities{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:36px;
}
.capabilities p{max-width:760px;margin-bottom:0}

.contact-section{align-items:start}
.contact-copy,.contact-form{padding:30px}
.contact-methods{
  display:grid;
  gap:10px;
  margin:24px 0;
}
.contact-methods a,.contact-methods span{
  padding:14px 16px;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.06);
  border-radius:16px;
}
.qr{
  width:118px;
  height:118px;
  border-radius:18px;
  background:white;
  padding:8px;
}
.contact-form{display:grid;gap:16px}
label{display:grid;gap:8px;color:#e9f8ff;font-weight:700}
input,textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(3,16,29,.78);
  color:white;
  border-radius:16px;
  padding:14px 14px;
  font:inherit;
}
textarea{resize:vertical}

.site-footer{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  padding:28px clamp(20px,4vw,56px);
  border-top:1px solid var(--stroke);
  background:rgba(3,14,26,.72);
}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;color:#cfe5f7}

@media (max-width: 920px){
  .nav{display:none}
  .hero,.split,.ai-section,.contact-section{grid-template-columns:1fr}
  .hero{min-height:auto}
  .services-grid,.pricing-grid{grid-template-columns:1fr}
  .price-card.popular{transform:none}
  .capabilities,.site-footer{flex-direction:column;align-items:flex-start}
}

@media (max-width: 560px){
  .section{width:min(100% - 28px, 1180px);padding:58px 0}
  .site-header{padding:12px 14px}
  .brand img,.footer-brand img{width:44px;height:44px}
  h1{font-size:3.1rem}
  .hero-actions .button{width:100%}
  .mini-grid{grid-template-columns:1fr}
}


/* Real-photo upgrade */
.photo-img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  border-radius:26px;
  filter:saturate(1.08) contrast(1.04);
}
.hero-card{
  min-height:560px;
}
.hero-card:after,
.ai-image:after,
.photo-tile:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(3,14,26,.02), rgba(3,14,26,.25));
}
.ai-image{
  position:relative;
}
.ai-image .photo-img{
  min-height:430px;
}
.photo-proof{
  display:grid;
  grid-template-columns:1.3fr .85fr .85fr;
  gap:18px;
  padding-top:20px;
}
.photo-tile{
  position:relative;
  min-height:360px;
  border-radius:30px;
  overflow:hidden;
  border:1px solid var(--stroke);
  box-shadow:var(--shadow);
  background:#071a2c;
}
.photo-tile.large{min-height:430px}
.photo-tile img{
  width:100%;
  height:100%;
  min-height:inherit;
  object-fit:cover;
  filter:saturate(1.08) contrast(1.04);
}
.photo-tile div{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
  padding:18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:22px;
  background:rgba(4,17,32,.72);
  backdrop-filter:blur(10px);
}
.photo-tile strong{display:block;font-size:1.05rem}
.photo-tile span{display:block;color:var(--muted);font-size:.92rem;margin-top:5px;line-height:1.45}

@media (max-width: 920px){
  .photo-proof{grid-template-columns:1fr}
  .photo-img{min-height:380px}
  .hero-card{min-height:auto}
}


/* Correct uploaded logo image */
.brand img,.footer-brand img{
  width:56px;
  height:56px;
  object-fit:contain;
  border-radius:0;
}

/* Gold sales addition - preserves existing photo layout */
.gold-teaser,
.gold-hero,
.gold-products,
.gold-process,
.gold-fineprint{
  position:relative;
}
.gold-teaser{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:center;
}
.gold-eyebrow{
  border-color:rgba(255,209,102,.38);
  background:rgba(255,209,102,.10);
  color:#ffe7a3;
}
.gold-panel{
  border:1px solid rgba(255,209,102,.25);
  background:linear-gradient(145deg, rgba(255,209,102,.13), rgba(255,255,255,.045));
  border-radius:30px;
  padding:24px;
  box-shadow:var(--shadow);
  display:grid;
  gap:14px;
}
.coin-card{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(4,17,32,.62);
  border-radius:22px;
  padding:18px;
  color:#eaf5ff;
}
.coin-card.featured{
  background:linear-gradient(145deg, rgba(255,209,102,.18), rgba(85,214,255,.08));
}
.coin-label{
  display:inline-flex;
  border-radius:999px;
  padding:6px 10px;
  font-size:.76rem;
  font-weight:900;
  color:#1c1b0a;
  background:linear-gradient(135deg, var(--gold), #fff1a6);
  margin-bottom:10px;
}
.gold-page .site-header .brand{align-items:center}
.gold-hero{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:48px;
  align-items:center;
  min-height:650px;
  padding-top:70px;
}
.gold-visual{
  border:1px solid rgba(255,209,102,.28);
  background:
    radial-gradient(circle at 24% 20%, rgba(255,209,102,.25), transparent 16rem),
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  border-radius:36px;
  box-shadow:var(--shadow);
  padding:26px;
}
.gold-stack{display:grid;gap:14px}
.gold-price-card{
  border:1px solid rgba(255,255,255,.15);
  background:rgba(4,17,32,.76);
  border-radius:24px;
  padding:22px;
}
.gold-price-card strong{font-size:1.1rem;display:block;margin-bottom:6px}
.gold-price-card span{color:var(--muted)}
.gold-price-card .price-note{color:#ffe7a3;font-weight:800;margin-top:10px;display:block}
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.product-card{
  border:1px solid var(--stroke);
  background:linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.045));
  border-radius:24px;
  padding:22px;
}
.product-card.featured-product{border-color:rgba(255,209,102,.40)}
.product-card p{margin-bottom:0}
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.process-step{
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.06);
  border-radius:24px;
  padding:20px;
}
.process-step b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;height:34px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--gold), #fff1a6);
  color:#1c1b0a;
  margin-bottom:12px;
}
.gold-form-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:start;
}
.gold-fineprint{
  border-top:1px solid var(--stroke);
  color:var(--muted);
  font-size:.92rem;
  padding-top:30px;
}
@media (max-width: 920px){
  .gold-teaser,.gold-hero,.gold-form-wrap{grid-template-columns:1fr}
  .product-grid,.process-grid{grid-template-columns:1fr}
}

/* Final gold navigation + premium photo strip upgrade */
.gold-button{
  color:#1c1b0a;
  background:linear-gradient(135deg, var(--gold), #fff1a6);
  box-shadow:0 16px 44px rgba(255,209,102,.18);
}
.nav a[href="gold.html"]{
  color:#ffe7a3;
  font-weight:800;
}
.gold-alert{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto 10px;
  padding:20px;
  border:1px solid rgba(255,209,102,.30);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,209,102,.22), transparent 18rem),
    linear-gradient(145deg, rgba(255,209,102,.13), rgba(255,255,255,.045));
  border-radius:26px;
  box-shadow:0 18px 50px rgba(0,0,0,.20);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}
.gold-alert strong{
  display:block;
  color:#fff6cf;
  font-size:1.12rem;
  margin-bottom:4px;
}
.gold-alert span{
  display:block;
  color:#d9cda4;
  line-height:1.55;
}
.premium-photo-strip{
  width:100%;
  padding-left:max(20px, calc((100% - 1180px)/2));
  padding-right:max(20px, calc((100% - 1180px)/2));
  padding-top:34px;
  overflow:hidden;
}
.strip-heading{
  margin-bottom:24px;
}
.photo-strip{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr 1fr 1fr 1.35fr;
  gap:18px;
  align-items:start;
}
.strip-card{
  display:flex;
  flex-direction:column;
  min-height:0;
  border-radius:30px;
  overflow:visible;
  border:0;
  background:transparent;
  box-shadow:none;
  transition:transform .22s ease;
}
.strip-card:hover{transform:translateY(-3px)}
.strip-card.wide{min-height:0}
.strip-card img{
  width:100%;
  height:230px;
  min-height:0;
  object-fit:cover;
  filter:saturate(1.1) contrast(1.04);
  transform:none;
  border-radius:28px 28px 20px 20px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 20px 64px rgba(0,0,0,.24);
}
.strip-card.wide img{height:270px}
.strip-card:after{content:none}
.strip-card div{
  position:relative;
  left:auto;
  right:auto;
  top:auto;
  z-index:1;
  min-height:120px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  margin-top:12px;
  padding:17px 16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  background:linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.045));
  backdrop-filter:blur(12px);
  box-shadow:0 14px 38px rgba(0,0,0,.18);
}
.strip-card strong{display:block;font-size:1.02rem;color:#fff;letter-spacing:.01em}
.strip-card span{display:block;color:#dbe6ef;font-size:.88rem;line-height:1.42;margin-top:6px}
@media (max-width: 1180px){
  .photo-strip{
    display:flex;
    align-items:flex-start;
    overflow-x:auto;
    padding-bottom:12px;
    scroll-snap-type:x mandatory;
  }
  .strip-card{
    min-width:270px;
    scroll-snap-align:start;
  }
  .strip-card.wide{min-width:340px}
}
@media (max-width: 920px){
  .gold-alert{flex-direction:column;align-items:flex-start}
  .gold-alert .button{width:100%}
}
