.hero{position:relative;min-height:88vh;display:flex;align-items:center;background:#FFF;overflow:hidden;padding-top:90px}.hero::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 60% 50% at 80% 40%,rgb(241 98 50 / .07),transparent 65%),radial-gradient(ellipse 40% 35% at 10% 80%,rgb(241 98 50 / .04),transparent 60%)}.hero::after{content:'';position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='0.4' opacity='0.04'%3E%3Cpath d='M0 30h60M30 0v60'/%3E%3C/g%3E%3C/svg%3E");background-size:60px 60px}.hero-inner{position:relative;z-index:1;max-width:var(--max);margin:0 auto;padding:0 max(24px, 4vw);display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;width:100%}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);border-left:2px solid var(--orange);padding-left:10px;margin-bottom:24px}.hero-h1{font-size:clamp(34px, 4.5vw, 58px);font-weight:600;line-height:1.05;letter-spacing:-.03em;color:var(--dark);margin-bottom:20px}.hero-h1 em{font-style:italic;background:linear-gradient(90deg,var(--orange),var(--orange-amber));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.hero-sub{font-size:17px;line-height:1.75;color:var(--text-body);max-width:480px;margin-bottom:36px}.hero-btns{display:flex;gap:12px;flex-wrap:wrap}.hero-stats{display:flex;gap:0;margin:48px 0;border-top:1px solid rgb(0 0 0 / .07);padding-top:28px}.hero-stat{flex:1;display:flex;flex-direction:column;gap:3px;padding:0 24px;border-right:1px solid rgb(0 0 0 / .07)}.hero-stat:first-child{padding-left:0}.hero-stat:last-child{border-right:none}.hs-num{font-size:22px;font-weight:600;color:var(--dark);letter-spacing:-.02em}.hs-label{font-size:11px;color:var(--muted)}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.hv-photo-wrap{width:100%;max-width:500px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 20px 60px rgb(0 0 0 / .12)}.hv-photo{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;filter:brightness(.93) contrast(1.04)}.hv-photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgb(10 10 9 / .35) 100%),linear-gradient(90deg,rgb(241 98 50 / .06),transparent 40%)}.hv-float{position:absolute;background:rgb(255 255 255 / .96);border:1px solid rgb(0 0 0 / .08);border-radius:12px;padding:11px 16px;display:flex;align-items:center;gap:10px;box-shadow:0 6px 24px rgb(0 0 0 / .1);white-space:nowrap;backdrop-filter:blur(12px)}.hv-float-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-float-name{font-size:11px;font-weight:600;color:var(--dark)}.hv-float-stat{font-size:10px;color:var(--muted);margin-top:1px}.hv-f1{top:14%;left:-36px;animation:hf-float-a 5.2s ease-in-out 0.4s infinite}.hv-f2{top:42%;right:-36px;animation:hf-float-b 6s ease-in-out 0.8s infinite}.hv-f3{bottom:14%;left:-28px;animation:hf-float-c 5.5s ease-in-out 1.2s infinite}.hv-f4{bottom:32%;right:-32px;animation:hf-float-d 4.8s ease-in-out 0.2s infinite}@keyframes hf-float-a{0%,100%{transform:translate(0,0)}50%{transform:translate(4px,-8px)}}@keyframes hf-float-b{0%,100%{transform:translate(0,0)}50%{transform:translate(-5px,-6px)}}@keyframes hf-float-c{0%,100%{transform:translate(0,0)}50%{transform:translate(3px,-7px)}}@keyframes hf-float-d{0%,100%{transform:translate(0,0)}50%{transform:translate(-4px,-5px)}}@keyframes pulse-g{0%,100%{box-shadow:0 0 0 0 rgb(34 197 94 / .4)}50%{box-shadow:0 0 0 5px #fff0}}.live-dot{width:7px;height:7px;border-radius:50%;background:#22C55E;animation:pulse-g 1.6s ease-in-out infinite;flex-shrink:0}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:40px;padding-top:24px}.hero-visual{display:none}.hero-stats{flex-wrap:wrap;gap:16px}.hero-stat{border-right:none;padding-right:0;flex:0 0 auto}}.strip{background:var(--warm);border-top:1px solid rgb(0 0 0 / .06);border-bottom:1px solid rgb(0 0 0 / .06);padding:0}.strip-inner{max-width:var(--max);margin:0 auto;padding:0 max(24px, 4vw);display:grid;grid-template-columns:repeat(4,1fr)}.strip-item{padding:28px 28px 28px 28px;border-right:1px solid rgb(0 0 0 / .07)}.strip-item:last-child{border-right:none;padding-right:0}.strip-item:first-child{padding-left:0}.strip-num{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:8px}.strip-name{font-size:15px;font-weight:600;color:var(--dark);margin-bottom:4px}.strip-desc{font-size:13px;color:var(--muted);line-height:1.55}@media(max-width:768px){.strip-inner{grid-template-columns:1fr 1fr;gap:0}.strip-item{padding:20px 16px 20px 0;border-bottom:1px solid rgb(0 0 0 / .06)}.strip-item:nth-child(2n){border-right:none;padding-left:16px;padding-right:0}.strip-item:nth-last-child(-n+2){border-bottom:none}}.sv-sec{background:#fff}.bento{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto;gap:12px}.bc-website{grid-column:1/8}.bc-ads{grid-column:8/13}.bc-seo{grid-column:1/5}.bc-ai{grid-column:5/9}.bc-content{grid-column:9/13}.bc-hosting{grid-column:1/5}.bc-custom{grid-column:5/13}.bc-hospitality{grid-column:1/13}.bc{background:#fff;border:1px solid rgb(0 0 0 / .07);border-radius:14px;padding:28px;overflow:hidden;position:relative;transition:border-color .25s,box-shadow .25s}.bc::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgb(241 98 50 / .4),transparent);opacity:0;transition:opacity .3s}.bc:hover{border-color:rgb(241 98 50 / .25);background:#FAFAF8}.bc:hover::before{opacity:1}.bc-img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:20px;filter:brightness(.95) contrast(1.04);transition:transform .5s ease}.bc:hover .bc-img{transform:scale(1.02)}.bc-website .bc-img{height:200px}.bc-custom .bc-img{height:160px}.bc-num{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:8px}.bc-title{font-size:18px;font-weight:600;color:var(--dark);margin-bottom:8px;line-height:1.25;letter-spacing:-.01em}.bc-desc{font-size:14px;line-height:1.65;color:var(--text-body);margin-bottom:16px}.bc-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:18px}.bc-tag{font-size:10px;color:#7D7A75;background:rgb(0 0 0 / .04);border:1px solid rgb(0 0 0 / .07);border-radius:9999px;padding:3px 10px}.bc-link{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:500;color:var(--orange);transition:gap .2s}.bc-link:hover{gap:9px}@media(max-width:1100px){.bento{grid-template-columns:repeat(6,1fr)}.bc-website,.bc-ads,.bc-seo,.bc-ai,.bc-content,.bc-hosting,.bc-custom,.bc-hospitality{grid-column:1/7}}.integ-sec{background:var(--dark);position:relative;overflow:hidden}.integ-sec::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 60% 50% at 70% 30%,rgb(241 98 50 / .08),transparent 60%)}.integ-sec .sec-inner{position:relative;z-index:1}.integ-grid{display:flex;flex-direction:column;gap:0;margin-top:56px}.integ-row{display:grid;grid-template-columns:180px 1fr;gap:40px;align-items:start;padding:28px 0;border-top:1px solid rgb(255 255 255 / .06)}.integ-row:last-child{border-bottom:1px solid rgb(255 255 255 / .06)}.integ-stage{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:6px}.integ-stage-name{font-size:17px;font-weight:600;color:#F0EDE8}.integ-items{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.integ-pill{display:flex;align-items:center;gap:7px;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .08);border-radius:9999px;padding:7px 14px;font-size:13px;color:rgb(255 255 255 / .75);transition:border-color .2s,color .2s}.integ-pill:hover{border-color:rgb(241 98 50 / .35);color:#F0EDE8}.integ-pill-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);flex-shrink:0}.integ-arrow{color:rgb(255 255 255 / .15);font-size:16px;align-self:center}@media(max-width:768px){.integ-row{grid-template-columns:1fr;gap:16px}.integ-label-col{display:flex;align-items:center;gap:16px}}.who-sec{background:var(--warm)}.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.who-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:32px;position:relative;overflow:hidden;transition:border-color .25s,transform .25s}.who-card:hover{border-color:rgb(241 98 50 / .25);background:#FAFAF8}.who-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--orange-amber));opacity:0;transition:opacity .3s}.who-card:hover::after{opacity:1}.who-num{font-size:34px;font-weight:600;color:var(--orange);opacity:.12;line-height:1;letter-spacing:-.04em;margin-bottom:16px}.who-icon{width:34px;height:34px;border-radius:10px;border:1px solid rgb(241 98 50 / .2);background:rgb(241 98 50 / .07);display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:var(--orange)}.who-icon svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.who-title{font-size:18px;font-weight:600;color:var(--dark);margin-bottom:8px}.who-desc{font-size:14px;line-height:1.65;color:var(--text-body);margin-bottom:16px}.who-tags{display:flex;flex-wrap:wrap;gap:5px}.who-tag{font-size:10px;color:var(--muted);border:1px solid rgb(0 0 0 / .08);border-radius:4px;padding:3px 9px}@media(max-width:768px){.who-grid{grid-template-columns:1fr}}.proc-sec{background:var(--warm);border-top:1px solid rgb(0 0 0 / .06)}.proc-timeline{display:flex;flex-direction:column}.proc-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:48px 0;position:relative}.proc-row+.proc-row{border-top:1px solid rgb(0 0 0 / .07)}.proc-row:nth-child(even){direction:rtl}.proc-row:nth-child(even)>*{direction:ltr}.proc-img{border-radius:14px;overflow:hidden;box-shadow:0 8px 32px rgb(0 0 0 / .08)}.proc-img img{width:100%;height:200px;object-fit:cover;display:block;filter:brightness(.93) contrast(1.05);transition:transform .6s}.proc-row:hover .proc-img img{transform:scale(1.02)}.proc-num-badge{position:absolute;top:0;left:0;background:var(--orange);color:#fff;font-size:12px;font-weight:600;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgb(241 98 50 / .35)}.proc-step-label{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:10px}.proc-title{font-size:22px;font-weight:600;color:var(--dark);margin-bottom:10px;letter-spacing:-.01em}.proc-desc{font-size:15px;line-height:1.7;color:var(--text-body)}@media(max-width:900px){.proc-row{grid-template-columns:1fr;gap:20px;padding:32px 0}.proc-row:nth-child(even){direction:ltr}.proc-img img{height:180px}.proc-num-badge{position:static;margin-bottom:12px}}.price-sec{background:#fff}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:32px;position:relative;transition:border-color .25s,box-shadow .25s}.price-card:hover{border-color:rgb(241 98 50 / .2)}.price-card.popular{border-color:rgb(241 98 50 / .35);box-shadow:0 0 36px rgb(241 98 50 / .1)}.price-badge{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;font-size:10px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;padding:4px 12px;border-radius:9999px}.price-plan{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:16px}.price-prefix{font-size:14px;font-weight:400;color:var(--muted);vertical-align:top;line-height:2.2}.price-num{font-size:40px;font-weight:600;color:var(--dark);letter-spacing:-.03em}.price-period{font-size:13px;color:var(--muted);margin-bottom:4px}.price-note{font-size:12px;color:#9A9690;margin-bottom:22px}.price-divider{height:1px;background:rgb(0 0 0 / .07);margin-bottom:20px}.price-features{display:flex;flex-direction:column;gap:10px;margin-bottom:26px}.price-features li{font-size:14px;color:var(--text-body);display:flex;align-items:flex-start;gap:9px}.price-features li::before{content:'✓';color:#22C55E;font-weight:600;flex-shrink:0;margin-top:1px}.price-cta-ghost{display:block;text-align:center;border:1.5px solid rgb(0 0 0 / .12);border-radius:9999px;padding:12px;font-size:14px;font-weight:500;color:var(--dark);transition:border-color .2s,color .2s}.price-cta-ghost:hover{border-color:rgb(241 98 50 / .4);color:var(--orange)}.price-cta-primary{display:block;text-align:center;background:linear-gradient(135deg,var(--orange),var(--orange-dark));border-radius:9999px;padding:13px;font-size:14px;font-weight:500;color:#fff;box-shadow:0 0 20px rgb(241 98 50 / .22);transition:box-shadow .25s,transform .25s}.price-cta-primary:hover{box-shadow:0 0 30px rgb(241 98 50 / .38);transform:translateY(-1px)}.price-btns{display:flex;gap:12px;justify-content:center;margin-top:40px;flex-wrap:wrap}.price-note-footer{text-align:center;font-size:13px;color:var(--muted);margin-top:20px}@media(max-width:900px){.price-grid{grid-template-columns:1fr}}.faq-sec{background:var(--warm)}.faq-layout{margin-bottom:48px;display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:start}.faq-list{display:flex;flex-direction:column;max-width:760px}.faq-item{border-top:1px solid rgb(0 0 0 / .08)}.faq-item:last-child{border-bottom:1px solid rgb(0 0 0 / .08)}.faq-q{width:100%;text-align:left;background:none;border:none;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:'Rethink Sans',sans-serif;font-size:16px;font-weight:500;color:var(--dark);cursor:pointer;transition:color .2s}.faq-q:hover{color:var(--orange)}.faq-icon{width:24px;height:24px;border-radius:50%;border:1.5px solid rgb(0 0 0 / .12);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s,border-color .2s,background .2s;font-size:14px;color:var(--muted)}.faq-item.open .faq-icon{transform:rotate(45deg);border-color:var(--orange);background:rgb(241 98 50 / .08);color:var(--orange)}.faq-a{font-size:15px;line-height:1.7;color:var(--text-body);max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}.faq-item.open .faq-a{max-height:300px;padding-bottom:20px}@media(max-width:768px){.faq-layout{grid-template-columns:1fr;gap:28px}.faq-q{font-size:15px}}@media(max-width:768px){.sec{padding:72px 0}.hero{min-height:auto;padding:116px 0 72px}.hero-h1{font-size:clamp(36px, 10vw, 48px)}.hero-sub{font-size:16px}.hero-stats{margin-top:34px;padding-top:22px}.bc{padding:24px}.strip-inner{grid-template-columns:1fr}.strip-item,.strip-item:nth-child(2n){padding:20px 0;border-right:none;border-bottom:1px solid rgb(0 0 0 / .06)}.strip-item:last-child{border-bottom:none}}