:root{--base:#f8f6f1;--paper:#fffdfa;--charcoal:#1f211c;--muted:#6e7068;--sage:#7f9079;--sage-dark:#56644f;--champagne:#c8a96b;--line:rgba(31,33,28,.12);--shadow:0 24px 70px rgba(54,47,33,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--base);color:var(--charcoal);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 4vw;background:rgba(248,246,241,.9);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.logo{display:flex;flex-direction:column;line-height:1}.logo strong{font-size:18px;letter-spacing:.28em}.logo span{font-size:10px;text-transform:uppercase;letter-spacing:.22em;color:var(--champagne);margin-top:5px}nav{display:flex;gap:22px;font-size:14px;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);padding:12px 18px;border-radius:999px;font-weight:800;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}.primary{background:var(--charcoal);color:var(--paper);border-color:var(--charcoal)}.ghost{background:rgba(255,255,255,.65)}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:46px;align-items:center;padding:92px 6vw 70px}.eyebrow{color:var(--sage-dark);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900}.hero h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:-.04em}.hero h1{font-size:clamp(46px,6vw,84px);line-height:.94;margin:12px 0 20px}h2{font-size:clamp(34px,4.5vw,60px);line-height:1;margin:8px 0 18px}.lead{font-size:20px;line-height:1.6;color:var(--muted);max-width:760px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hero-card,.section,.builder-section{margin:0 6vw 72px}.hero-card,.cards article,.controls,.preview-panel,.review-form{background:linear-gradient(180deg,rgba(255,253,250,.98),rgba(249,244,235,.76));border:1px solid var(--line);box-shadow:var(--shadow);border-radius:30px}.hero-card{padding:30px}.browser-dots{display:flex;gap:8px;margin-bottom:54px}.browser-dots span{width:11px;height:11px;border-radius:50%;background:var(--champagne)}.browser-dots span:nth-child(2){background:var(--sage)}.browser-dots span:nth-child(3){background:var(--charcoal)}.hero-card h3{font-family:Georgia,serif;font-size:34px;line-height:1.05;margin:10px 0 30px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stat-grid div{background:rgba(143,160,138,.12);border:1px solid var(--line);border-radius:18px;padding:16px}.stat-grid b{font-size:26px;display:block}.stat-grid small{color:var(--muted)}.split{display:grid;grid-template-columns:.75fr 1.25fr;gap:34px}.cards{display:grid;gap:18px}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}.cards article{padding:24px}.cards h3{margin:4px 0 10px}.cards p,li,small{color:var(--muted);line-height:1.55}.builder-section{padding:34px;background:rgba(255,253,250,.45);border:1px solid var(--line);border-radius:38px}.builder-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.builder-head p{color:var(--muted);font-size:18px;max-width:850px}.builder-shell{display:grid;grid-template-columns:360px minmax(0,1fr);gap:24px;align-items:start}.controls{position:sticky;top:92px;align-self:start;max-height:calc(100vh - 110px);overflow:auto;padding:22px;z-index:2}.control-heading{display:flex;align-items:center;gap:12px;margin-bottom:12px}.control-heading span{background:var(--sage);color:#fff;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;font-weight:900}.control-heading h3{margin:0;font-family:Georgia,serif;font-size:25px}.controls label,.feature-title{display:block;font-weight:800;margin:15px 0 8px}.controls input,.controls select,.enquiry input,.enquiry select,.enquiry textarea,.review-form input,.review-form select,.review-form textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px 14px;color:var(--charcoal);margin-top:8px}.feature-grid{display:grid;grid-template-columns:1fr;gap:8px}.feature-grid label{margin:0;padding:11px 12px;background:rgba(143,160,138,.1);border:1px solid var(--line);border-radius:14px;font-weight:700}.full{width:100%;margin-top:18px}.hint{font-size:13px;color:var(--muted);line-height:1.5}.preview-panel{overflow:hidden;min-width:0}.preview-toolbar{height:58px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 16px;border-bottom:1px solid var(--line);background:#fff}.preview-toolbar span{font-weight:900}.device-buttons{display:flex;gap:8px}.device-buttons button{border:1px solid var(--line);background:var(--base);border-radius:999px;padding:8px 12px;cursor:pointer}.device-buttons button.active{background:var(--charcoal);color:#fff}.preview-frame{height:78vh;overflow:auto;background:#fff;transition:.25s;margin:0 auto;border-left:1px solid var(--line);border-right:1px solid var(--line);box-shadow:inset 0 0 0 1px rgba(0,0,0,.02)}.preview-frame.tablet{width:min(760px,100%)}.preview-frame.mobile{width:min(390px,100%);border:12px solid #111;border-radius:34px;height:78vh;box-shadow:0 16px 44px rgba(0,0,0,.16);margin-top:14px;margin-bottom:14px}.design-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.design-grid button{text-align:left;border:1px solid var(--line);background:var(--paper);border-radius:24px;padding:24px;min-height:142px;cursor:pointer;box-shadow:0 12px 30px rgba(55,45,30,.06)}.design-grid button:hover{outline:2px solid var(--champagne)}.design-grid b{display:block;font-size:19px;margin-bottom:12px}.design-grid span{color:var(--muted);line-height:1.5}.center-note{text-align:center;color:var(--muted);margin-top:22px}.pricing .price{font-size:46px;font-family:Georgia,serif;color:var(--charcoal);margin:10px 0}.discount{display:inline-block;background:rgba(200,169,107,.18);color:#8a6d2f;border:1px solid rgba(200,169,107,.35);border-radius:999px;padding:8px 12px;font-weight:900}.featured{outline:2px solid var(--champagne)}.stars{color:#a98135;letter-spacing:.08em}.review-cards small{display:block;margin-top:-6px;margin-bottom:12px}.review-form{margin-top:20px;padding:24px;display:grid;grid-template-columns:1fr 1fr 170px;gap:12px}.review-form h3{grid-column:1/-1;margin:0;font-family:Georgia,serif;font-size:28px}.review-form textarea{grid-column:1/-1;min-height:100px}.review-form button{width:max-content}.enquiry form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.enquiry textarea{grid-column:1/-1;min-height:140px}.enquiry button{width:max-content}.footer{margin:80px 6vw 30px;border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;color:var(--muted)}.footer strong{letter-spacing:.28em;color:var(--charcoal)}

/* Preview websites */
.site{min-height:100%;font-family:Inter,system-ui,sans-serif;background:#fff;color:#151515;overflow:hidden}.site button{cursor:pointer;border:0}.site-header{position:sticky;top:0;z-index:4;display:flex;justify-content:space-between;align-items:center;padding:18px 30px;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.08)}.site-header b{letter-spacing:.16em;text-transform:uppercase}.site-header nav{gap:18px;color:inherit}.site-header button{border-radius:999px;padding:11px 15px;background:#111;color:#fff;font-weight:800}.p-hero{position:relative;min-height:560px;background-size:cover;background-position:center;padding:64px 44px}.p-hero h1,.site h2{font-family:Georgia,serif;font-weight:500;letter-spacing:-.04em}.p-hero h1{font-size:clamp(42px,6vw,82px);line-height:.95;margin:10px 0 16px}.p-hero p{font-size:18px;line-height:1.55}.p-btn{display:inline-flex;margin:10px 8px 0 0;border-radius:999px;padding:13px 18px;font-weight:900}.dark-btn{background:#111;color:#fff}.light-btn{background:#fff;color:#111}.gold-btn{background:#c8a96b;color:#111}.punch-btn{background:linear-gradient(135deg,#1237ff,#ff4c8b);color:#fff}.pink-btn{background:#ff3d83;color:#fff}.yellow-btn{background:#ffd15a;color:#151515}.p-section{padding:64px 44px}.p-section h2{font-size:42px;margin:0 0 18px}.p-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.p-card{background:#f6f2ea;border:1px solid #e5ddcf;border-radius:24px;padding:20px;overflow:hidden}.p-card img{width:100%;height:170px;object-fit:cover;border-radius:18px;margin-top:12px}.clickable{cursor:pointer}.clickable:hover{filter:brightness(.96)}img{max-width:100%}.gallery.nine{display:grid;gap:12px}.gallery.nine img{width:100%;height:190px;object-fit:cover;border-radius:20px}.section-title{max-width:820px}.final-cta{background:#f3efe7;margin:34px;border-radius:34px}.features-preview{grid-template-columns:repeat(3,1fr)}

/* Minimal layout */
.split-hero{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:42px;background:linear-gradient(180deg,#fff,#f6f1e7)}.split-hero .copy{max-width:620px}.hero-photo img{width:100%;height:560px;object-fit:cover;border-radius:36px;box-shadow:0 30px 60px rgba(0,0,0,.12)}.icon-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e7dfd2}.icon-row>div{background:#fff;padding:30px;text-align:center}.icon-row span{font-size:28px;color:#947739}.icon-row b{display:block;margin:10px 0}.clean-grid{grid-template-columns:repeat(3,1fr)}.clean-grid img:nth-child(1){grid-row:span 2;height:392px}.clean-grid img:nth-child(5){grid-column:span 2}

/* Dark layout */
.dark{background:#090807;color:#f8f2e7}.dark .site-header{background:rgba(12,10,8,.9);border-color:rgba(255,255,255,.12)}.dark .site-header button{background:#c8a96b;color:#111}.cinematic{display:flex;align-items:end}.cinematic .copy{max-width:780px}.dark-feature{display:grid;grid-template-columns:.7fr 1.3fr;gap:28px;align-items:center;background:#12100d}.stacked-photos{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.stacked-photos img{height:360px;object-fit:cover;border-radius:28px}.stacked-photos img:nth-child(2){transform:translateY(30px)}.dark .p-card{background:#171512;border-color:#3c3428}.dark .final-cta{background:#14110d}.mood-grid{grid-template-columns:2fr 1fr 1fr}.mood-grid img:first-child{grid-row:span 2;height:392px}.mood-grid img:nth-child(6){grid-column:span 2}

/* Bold startup layout */
.startup{background:#f6f9ff;color:#07142e}.startup .site-header button{background:linear-gradient(135deg,#1237ff,#ff4c8b)}.startup-hero{display:grid;grid-template-columns:1fr 420px;align-items:center;gap:34px;background:radial-gradient(circle at 10% 20%,#c5fff7,transparent 28%),radial-gradient(circle at 90% 10%,#ffc5dd,transparent 24%),linear-gradient(135deg,#eef4ff,#fff)}.startup-hero .copy{z-index:1}.blob{position:absolute;border-radius:999px;filter:blur(2px);opacity:.65}.blob.one{width:220px;height:220px;background:#6bf2dc;left:24px;bottom:28px}.blob.two{width:260px;height:260px;background:#ffd15a;right:-70px;top:-60px}.floating-card{position:relative;z-index:1;background:#fff;border-radius:38px;padding:16px;box-shadow:0 30px 70px rgba(20,50,120,.18);transform:rotate(2deg)}.floating-card img{height:330px;width:100%;object-fit:cover;border-radius:28px}.floating-card b,.floating-card span{display:block;margin:10px 8px}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.metric{padding:24px;border-radius:28px;background:#fff;box-shadow:0 18px 44px rgba(20,60,130,.08)}.metric b{display:block;color:#315dff;font-size:30px}.bento-grid{grid-template-columns:1.3fr 1fr 1fr}.bento-grid img:nth-child(1),.bento-grid img:nth-child(4){height:390px;grid-row:span 2}.startup .p-card{background:#fff;box-shadow:0 18px 44px rgba(20,60,130,.08)}

/* Editorial layout */
.editorial{background:#fbfaf6}.editorial-cover{display:grid;grid-template-columns:1.1fr .9fr;min-height:660px}.editorial-cover img{width:100%;height:100%;object-fit:cover}.editorial-cover article{padding:72px 54px;align-self:center}.editorial-cover h1{font-family:Georgia,serif;font-size:clamp(44px,6vw,84px);line-height:.94;margin:14px 0}.magazine>div{display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px}.magazine article{border-top:1px solid #bfb5a4;padding-top:18px}.magazine img{height:270px;width:100%;object-fit:cover;margin-bottom:18px}.editorial-grid{grid-template-columns:repeat(4,1fr)}.editorial-grid img:nth-child(1){grid-column:span 2;height:392px}.editorial-grid img:nth-child(2){grid-row:span 2;height:392px}.editorial-grid img:nth-child(7){grid-column:span 2}

/* Playful layout */
.playful{background:#fffaf4;color:#092139}.playful .site-header button{background:#ff3d83}.playful-hero{display:grid;grid-template-columns:1fr 440px;align-items:center;gap:24px;background:radial-gradient(circle at 2% 20%,#ffb5d1,transparent 20%),radial-gradient(circle at 100% 10%,#ffd15a,transparent 20%),radial-gradient(circle at 5% 90%,#39d4c8,transparent 18%),#fff7ed;border-bottom-left-radius:80px;border-bottom-right-radius:80px}.playful .p-hero h1{font-family:Inter,system-ui,sans-serif;font-weight:950;letter-spacing:-.07em;color:#092139}.scribble{position:absolute;right:41%;top:65%;font-size:70px;color:#ff3d83;transform:rotate(18deg)}.circle-photo{position:relative;z-index:1}.circle-photo img{width:420px;height:420px;object-fit:cover;border-radius:50%;border:18px solid #fff;box-shadow:0 24px 60px rgba(255,61,131,.18)}.bubble-section{background:#fff}.bubble-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.bubble{padding:24px;border-radius:38px;background:#fef0a8;border:3px solid #111}.bubble:nth-child(2){background:#bef2e9}.bubble:nth-child(3){background:#ffd1e1}.bubble:nth-child(4){background:#d9f2b8}.bubble span{font-size:34px;display:block}.bubble b{display:block;margin:8px 0}.playful-grid{grid-template-columns:repeat(5,1fr)}.playful-grid img{border-radius:34px;border:4px solid #fff;box-shadow:0 14px 28px rgba(0,0,0,.08)}.playful-grid img:nth-child(1),.playful-grid img:nth-child(6){grid-column:span 2;height:250px}.playful-grid img:nth-child(3){grid-row:span 2;height:392px}

/* Classic service layout */
.classic{background:#fff}.classic .site-header{box-shadow:0 10px 24px rgba(0,0,0,.05)}.classic-hero{display:grid;grid-template-columns:.8fr 1.2fr;gap:0;align-items:center;border-bottom:1px solid #ddd}.classic-hero .copy{padding:64px 44px}.classic-hero h1{font-family:Georgia,serif;font-size:clamp(40px,5.5vw,76px);line-height:.95}.classic-hero img{height:520px;width:100%;object-fit:cover}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#1f211c;color:#fff}.trust-strip div{padding:24px;border-right:1px solid rgba(255,255,255,.15)}.trust-strip b{color:#c8a96b;margin-right:8px}.service-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:28px}.service-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.service-cards article{border:1px solid #ddd;padding:18px;border-radius:20px}.service-cards img{width:100%;height:160px;object-fit:cover;border-radius:14px}.classic-grid{grid-template-columns:repeat(3,1fr)}.classic-grid img{border-radius:8px}.classic-grid img:nth-child(1){grid-column:span 2}.classic-grid img:nth-child(5){grid-row:span 2;height:392px}

/* Device emulation */
.preview-frame.tablet .site-header{padding:16px 22px}.preview-frame.tablet .site-header nav{display:none}.preview-frame.tablet .split-hero,.preview-frame.tablet .startup-hero,.preview-frame.tablet .playful-hero,.preview-frame.tablet .editorial-cover,.preview-frame.tablet .classic-hero,.preview-frame.tablet .dark-feature,.preview-frame.tablet .service-layout{grid-template-columns:1fr}.preview-frame.tablet .p-grid,.preview-frame.tablet .features-preview,.preview-frame.tablet .icon-row,.preview-frame.tablet .metric-row,.preview-frame.tablet .bubble-row,.preview-frame.tablet .magazine>div,.preview-frame.tablet .service-cards,.preview-frame.tablet .trust-strip{grid-template-columns:1fr 1fr}.preview-frame.tablet .gallery.nine{grid-template-columns:1fr 1fr}.preview-frame.tablet .gallery.nine img{height:220px;grid-column:auto;grid-row:auto}.preview-frame.tablet .hero-photo img,.preview-frame.tablet .classic-hero img{height:420px}.preview-frame.tablet .circle-photo img{width:360px;height:360px}

.preview-frame.mobile .site{font-size:14px}.preview-frame.mobile .site-header{padding:14px 16px}.preview-frame.mobile .site-header nav,.preview-frame.mobile .site-header button{display:none}.preview-frame.mobile .site-header:after{content:'☰';font-size:22px}.preview-frame.mobile .p-hero,.preview-frame.mobile .p-section{padding:34px 20px}.preview-frame.mobile .p-hero h1,.preview-frame.mobile .classic-hero h1,.preview-frame.mobile .editorial-cover h1{font-size:38px!important;line-height:1}.preview-frame.mobile .p-section h2{font-size:31px}.preview-frame.mobile .split-hero,.preview-frame.mobile .startup-hero,.preview-frame.mobile .playful-hero,.preview-frame.mobile .editorial-cover,.preview-frame.mobile .classic-hero,.preview-frame.mobile .dark-feature,.preview-frame.mobile .service-layout{grid-template-columns:1fr;min-height:auto}.preview-frame.mobile .hero-photo img,.preview-frame.mobile .classic-hero img,.preview-frame.mobile .floating-card img{height:240px;border-radius:22px}.preview-frame.mobile .circle-photo img{width:240px;height:240px;border-width:10px}.preview-frame.mobile .icon-row,.preview-frame.mobile .p-grid,.preview-frame.mobile .features-preview,.preview-frame.mobile .metric-row,.preview-frame.mobile .bubble-row,.preview-frame.mobile .magazine>div,.preview-frame.mobile .service-cards,.preview-frame.mobile .trust-strip{grid-template-columns:1fr}.preview-frame.mobile .gallery.nine,.preview-frame.mobile .clean-grid,.preview-frame.mobile .mood-grid,.preview-frame.mobile .bento-grid,.preview-frame.mobile .editorial-grid,.preview-frame.mobile .playful-grid,.preview-frame.mobile .classic-grid{grid-template-columns:1fr}.preview-frame.mobile .gallery.nine img{height:210px!important;grid-column:auto!important;grid-row:auto!important}.preview-frame.mobile .final-cta{margin:20px;border-radius:24px}.preview-frame.mobile .stacked-photos{grid-template-columns:1fr}.preview-frame.mobile .stacked-photos img{height:220px;transform:none}.preview-frame.mobile .playful-hero{border-bottom-left-radius:36px;border-bottom-right-radius:36px}.preview-frame.mobile .bubble{border-width:2px}.preview-frame.mobile .site-header b{font-size:13px}.preview-frame.mobile .p-btn{width:100%;justify-content:center;margin-right:0}.preview-frame.mobile .startup-hero{overflow:hidden}.preview-frame.mobile .floating-card{transform:none}.preview-frame.mobile .editorial-cover article{padding:34px 20px}

@media(max-width:980px){.topbar nav{display:none}.hero,.split,.builder-shell{grid-template-columns:1fr}.controls{position:relative;top:auto;max-height:none}.three,.four,.design-grid{grid-template-columns:1fr}.builder-head{align-items:flex-start;flex-direction:column}.review-form,.enquiry form{grid-template-columns:1fr}.footer{flex-direction:column;gap:8px}.preview-frame{height:72vh}.hero{padding-top:56px}.stat-grid{grid-template-columns:1fr}}

.hidden{display:none!important;}

/* Template package update */
.pricing-intro{max-width:760px;color:var(--muted);font-size:18px;line-height:1.6;margin-top:-6px;margin-bottom:24px}.offer-grid{grid-template-columns:repeat(4,1fr)}.template-card{background:linear-gradient(180deg,#fffdfa,#f2eee4)!important}.template-note{margin-top:20px;background:rgba(255,253,250,.78);border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 16px 40px rgba(54,47,33,.06)}.template-note h3{margin:0 0 8px;font-family:Georgia,serif;font-size:26px}.template-note p{margin:0;color:var(--muted);line-height:1.6}@media(max-width:1180px){.offer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.offer-grid{grid-template-columns:1fr}}


/* Build Your Own Website tab */
.builder-section{
  width:100%;
  max-width:none;
  margin:0 0 72px;
  padding:96px clamp(24px,4vw,72px);
}
.builder-intro{
  max-width:920px;
  margin-bottom:52px;
}
.builder-intro h2{max-width:900px;margin-bottom:22px;}
.builder-intro p:last-child{max-width:820px;color:var(--muted);font-size:18px;line-height:1.6;}
.builder-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-bottom:32px;
}
.builder-steps article{
  min-height:250px;
  padding:28px;
  border:1px solid var(--line, #ddd7ce);
  border-radius:22px;
  background:var(--card, #fff);
}
.builder-steps span{
  display:inline-flex;
  width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--ink, #1f2521);
  color:#fff;
  font-weight:700;
  margin-bottom:18px;
}
.builder-launch-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:36px;
  border-radius:22px;
  background:var(--soft, #f2eee7);
  border:1px solid var(--line, #ddd7ce);
}
.builder-launch-card h3{
  margin-bottom:10px;
}
@media (max-width:900px){
  .builder-section{padding:72px 24px;}
  .builder-steps{grid-template-columns:1fr 1fr;}
}
@media (max-width:620px){
  .builder-section{padding:56px 16px;}
  .builder-steps{grid-template-columns:1fr;}
  .builder-steps article{min-height:0;}
  .builder-launch-card{align-items:flex-start;flex-direction:column;}
}

.builder-teaser{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:44px;
  padding:80px 6vw;
  margin:60px auto;
  border-radius:32px;
  background:linear-gradient(135deg,#f4eee5,#fffdfa);
  border:1px solid var(--line);
}
.builder-teaser>div{max-width:760px}
.builder-teaser h2{margin-bottom:16px}

/* Stripe-inspired SiteHaus homepage */
.stripe-home{background:#fff;color:#17211c}.stripe-home>.topbar{background:rgba(255,255,255,.76);border:0;backdrop-filter:blur(20px);padding:18px 5vw}.stripe-home main>.hero{display:none}.stripe-hero{position:relative;min-height:820px;overflow:hidden;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;padding:92px 5vw 84px;background:#f7faf8}.hero-mesh{position:absolute;inset:-20% -10% 35% 30%;background:conic-gradient(from 210deg at 55% 45%,#a9e5d0,#f7d18b,#ee9d87,#8bc6e8,#b2dcc6);transform:skewY(-8deg);opacity:.94}.hero-mesh:after{content:"";position:absolute;inset:42% -5% -68%;background:#f7faf8;transform:skewY(8deg)}.stripe-hero-copy{position:relative;z-index:2;max-width:760px}.hero-kicker{font-size:15px;font-weight:850;color:#306855}.stripe-hero h1{font-family:Inter,system-ui,sans-serif;font-size:clamp(58px,7.2vw,112px);line-height:.89;letter-spacing:-.065em;margin:24px 0 30px}.stripe-hero h1 span{background:linear-gradient(100deg,#1b644e,#3589a9 45%,#d88465 88%);-webkit-background-clip:text;background-clip:text;color:transparent}.stripe-hero-copy>p:not(.hero-kicker){max-width:650px;font-size:20px;line-height:1.55;color:#53625b}.stripe-primary{background:#17211c;color:#fff;border-color:#17211c;padding:14px 21px}.stripe-link{display:inline-flex;align-items:center;padding:13px 10px;font-weight:850}.product-stage{position:relative;z-index:2;min-height:590px;margin-left:2vw}.product-browser{position:absolute;left:5%;top:9%;width:92%;height:500px;background:#fff;border-radius:18px;box-shadow:0 40px 100px rgba(35,70,60,.25);overflow:hidden;transform:perspective(1200px) rotateY(-4deg) rotateX(2deg)}.product-bar{height:48px;display:flex;align-items:center;gap:8px;padding:0 16px;background:#f1f5f3;border-bottom:1px solid #dfe8e3}.product-bar i{width:9px;height:9px;border-radius:50%;background:#e49b7f}.product-bar i:nth-child(2){background:#e4c46c}.product-bar i:nth-child(3){background:#78b98e}.product-bar span{margin-left:12px;font-size:11px;color:#7a8881}.product-body{display:grid;grid-template-columns:175px 1fr;height:452px}.mini-controls{padding:22px 16px;background:#f8faf9;display:flex;flex-direction:column;gap:12px;font-size:12px}.mini-controls b{font-size:18px}.mini-controls span{background:#fff;border:1px solid #dae4df;padding:12px;border-radius:9px}.mini-controls button,.mini-hero button{border:0;background:#1d3429;color:#fff;padding:12px;border-radius:7px;font-weight:800}.mini-site{background:#f5efe4}.mini-nav{height:58px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:#fff;font-size:11px}.mini-hero{height:394px;padding:70px 45px;background:linear-gradient(90deg,rgba(13,25,18,.88),rgba(13,25,18,.05)),url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1100&q=80') center/cover;color:#fff}.mini-hero small{letter-spacing:.18em}.mini-hero strong{font-family:Georgia,serif;font-size:48px;line-height:.92;display:block;margin:18px 0 25px}.floating-card{position:absolute;background:#fff;border-radius:16px;box-shadow:0 22px 60px rgba(35,70,60,.2);padding:18px;display:flex;flex-direction:column;gap:7px}.floating-card small{color:#739184;font-size:10px;letter-spacing:.14em;font-weight:900}.floating-card span{font-size:12px;color:#68766f}.floating-enquiry{left:-2%;bottom:2%;width:230px}.floating-enquiry em{font-style:normal;background:#dff5e9;color:#23714f;border-radius:999px;padding:7px 10px;width:max-content;font-size:11px;font-weight:800}.floating-style{right:-1%;top:2%;width:190px}.floating-style div{display:flex;gap:7px}.floating-style i{width:28px;height:28px;border-radius:8px;background:#1b5f4a}.floating-style i:nth-child(2){background:#e5b563}.floating-style i:nth-child(3){background:#e38b72}.floating-style i:nth-child(4){background:#70acd0}.industry-rail{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;padding:33px 5vw;border-block:1px solid #e4ebe7;text-align:center;color:#6a776f;font-size:12px;letter-spacing:.13em;font-weight:900}.stripe-home main>.split{padding-top:110px}.stripe-home .builder-teaser{background:linear-gradient(125deg,#e8f7f0,#fff1dd);border:0}.stripe-home #designs{background:#f6f9f7;padding-top:100px;padding-bottom:100px}.stripe-home .design-grid button{transition:.25s}.stripe-home .design-grid button:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(36,71,60,.13)}
@media(max-width:980px){.stripe-hero{grid-template-columns:1fr;padding-top:70px}.product-stage{margin-top:25px;min-height:570px}.industry-rail{grid-template-columns:repeat(3,1fr)}.hero-mesh{inset:-10% -35% 62% 10%}}
@media(max-width:620px){.stripe-hero{padding:58px 20px 45px;min-height:auto}.stripe-hero h1{font-size:54px}.product-stage{min-height:460px}.product-browser{left:0;width:100%;height:410px;transform:none}.product-body{grid-template-columns:110px 1fr;height:362px}.mini-controls{padding:12px 8px}.mini-hero{padding:50px 20px;height:304px}.mini-hero strong{font-size:33px}.floating-card{display:none}.industry-rail{grid-template-columns:repeat(2,1fr);font-size:10px}}

/* Stripe-inspired design system across every SiteHaus section */
.stripe-home h2,.stripe-home .cards h3,.stripe-home .design-grid b,.stripe-home .pricing h3,.stripe-home .review-form h3,.stripe-home .builder-launch-card h3,.builder-page h1,.builder-page h2,.builder-page h3,.thank-you-page h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;letter-spacing:-.035em}.stripe-home h2{font-weight:750}.stripe-home .eyebrow,.builder-page .eyebrow{color:#31725d;letter-spacing:.13em}.stripe-home main>.split{margin:0;padding:120px 5vw;background:#fff}.stripe-home main>.split .cards article{border:0;background:linear-gradient(145deg,#f6faf8,#fff);box-shadow:0 18px 55px rgba(30,70,58,.09)}.stripe-home .builder-teaser{margin:0;padding:95px 5vw;border-radius:0;background:linear-gradient(120deg,#eaf9f2 0%,#eef6ff 50%,#fff0dc 100%)}.stripe-home #designs{margin:0;padding:115px 5vw;background:#f4f8f6}.stripe-home #designs .design-grid button{border:0;background:#fff;box-shadow:0 12px 35px rgba(28,66,55,.09);border-radius:18px}.stripe-home #designs .design-grid button:nth-child(3n+1){border-top:4px solid #56a98d}.stripe-home #designs .design-grid button:nth-child(3n+2){border-top:4px solid #67a8c8}.stripe-home #designs .design-grid button:nth-child(3n){border-top:4px solid #e39a72}.stripe-home #pricing{margin:0;padding:115px 4vw;background:#fff}.stripe-home .offer-grid{align-items:stretch}.stripe-home .offer-grid>article{display:flex;flex-direction:column;min-height:680px;border:0!important;border-radius:24px;background:#f7faf9!important;box-shadow:0 18px 55px rgba(30,70,58,.11);overflow:hidden}.stripe-home .offer-grid>article:nth-child(2){background:#f3f8fb!important}.stripe-home .offer-grid>article:nth-child(3){background:linear-gradient(160deg,#ecf8f3,#f8fbff)!important;box-shadow:0 24px 70px rgba(30,93,73,.17)}.stripe-home .offer-grid>article:nth-child(4){background:#fff7f1!important}.stripe-home .offer-grid .discount{align-self:flex-start;min-height:41px;display:flex;align-items:center;background:#fff;border-color:#dbe7e2;color:#326c59}.stripe-home .offer-grid h3{min-height:48px;margin:16px 0 0}.stripe-home .offer-grid .price{font-family:Inter,system-ui,sans-serif;font-size:52px;font-weight:760;letter-spacing:-.055em;margin:4px 0 20px}.stripe-home .offer-grid ul{margin-bottom:26px}.stripe-home .offer-grid .btn.full{margin-top:auto}.stripe-home #reviews{margin:0;padding:115px 4vw;background:linear-gradient(180deg,#f4f8f6,#fff)}.stripe-home .review-cards article,.stripe-home .review-form{border:0;background:#fff;box-shadow:0 16px 48px rgba(29,69,57,.09)}.stripe-home .review-cards article{border-top:4px solid #6eae99}.stripe-home .review-form{border-radius:24px}.stripe-home #builder{margin:0;padding:110px 5vw;background:#0d3026;color:#fff}.stripe-home #builder .eyebrow{color:#8ed9bd}.stripe-home #builder .builder-steps article{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16)}.stripe-home #builder .builder-steps span{background:#8ed9bd;color:#12352a}.stripe-home #builder .builder-launch-card{background:#fff;color:#17211c;border:0}.stripe-home #enquiry{margin:0;padding:115px 4vw;background:linear-gradient(145deg,#eff9f5,#f5f9ff 58%,#fff4e8)}.stripe-home #enquiry form{padding:34px;border-radius:26px;background:#fff;box-shadow:0 22px 65px rgba(30,70,58,.12)}.stripe-home input:focus,.stripe-home select:focus,.stripe-home textarea:focus,.builder-page input:focus,.builder-page select:focus,.builder-page textarea:focus{outline:3px solid rgba(70,146,188,.22);border-color:#4d95bc}.stripe-home .footer{margin:0;padding:45px 5vw;background:#10271f;color:#dce8e2;border:0}

/* Builder page */
.builder-page{background:linear-gradient(145deg,#f1faf6,#f4f8ff 52%,#fff4e8)}.builder-page .topbar{background:rgba(255,255,255,.82);border:0;box-shadow:0 1px 0 rgba(35,74,61,.08)}.builder-page-section{background:transparent!important}.builder-page-section .builder-head{padding:34px 0 18px}.builder-page-section .builder-head h1{font-weight:760;background:linear-gradient(100deg,#194f40,#3d8dab 55%,#d58264);-webkit-background-clip:text;background-clip:text;color:transparent}.builder-page .controls,.builder-page .preview-panel{border:0;background:rgba(255,255,255,.94);box-shadow:0 25px 70px rgba(29,69,57,.13);border-radius:24px}.builder-page .style-choice{border:0;background:#eff5f2}.builder-page .style-choice.active{background:linear-gradient(135deg,#194f40,#347d69);color:#fff}.builder-page .preview-toolbar{background:#fff}.builder-page .builder-preview-stage{background:#dce6e1}.builder-page .control-heading span{background:linear-gradient(135deg,#347d69,#5aa38b)}.builder-page dialog{border:0;box-shadow:0 35px 100px rgba(20,50,40,.3)}

/* Confirmation page */
.thank-you-page{min-height:100vh;background:linear-gradient(145deg,#e8f8f1,#eef6ff 58%,#fff0df);display:grid;place-items:center;padding:24px}.thank-you-page main{width:min(720px,100%)}.thank-you-page .section{margin:0;padding:55px;border:0;border-radius:28px;background:#fff;box-shadow:0 30px 90px rgba(29,69,57,.16)}
@media(max-width:900px){.stripe-home .offer-grid>article{min-height:0}.stripe-home .offer-grid .btn.full{margin-top:24px}.stripe-home main>.split,.stripe-home #designs,.stripe-home #pricing,.stripe-home #reviews,.stripe-home #enquiry{padding:80px 24px}}
@media(max-width:760px){
  .builder-teaser{align-items:flex-start;flex-direction:column;padding:52px 7vw}
}
