:root{--orange:#ff8708;--orange-soft:#ffc27d;--ink:#353432;--muted:#6b6864;--paper:#f4f0eb;--white:#fff;--line:#e3ddd6;--radius:8px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:"Josefin Sans",Arial,sans-serif;line-height:1.55}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.topbar{height:68px;padding:0 max(24px,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--orange);color:#fff;position:sticky;top:0;z-index:20}.brand{font-weight:700;font-size:1.15rem;letter-spacing:0}.topbar nav{display:flex;gap:clamp(24px,5vw,64px)}.topbar nav a{font-weight:600}.topbar nav a:hover{opacity:.72}.hero{min-height:650px;background:var(--paper);position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,1fr);align-items:center;padding:70px max(24px,calc((100vw - 1120px)/2))}.hero:after{content:"";position:absolute;inset:0 0 0 auto;width:13%;background:var(--orange-soft)}.hero-copy{position:relative;z-index:3;max-width:590px}.eyebrow{text-transform:uppercase;font-size:.76rem;font-weight:700;color:var(--orange);margin:0 0 12px}.hero h1,.section h2,.confidence h2,.cta h2{letter-spacing:0;line-height:1.1;margin:0}.hero h1{font-size:clamp(2.4rem,4.5vw,4.15rem);font-weight:500}.hero h1 span{color:var(--orange)}.hero-copy>p:not(.eyebrow){font-size:1.05rem;max-width:600px;margin:28px 0;color:#4b4946}.button{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--orange);color:#fff;padding:16px 30px;border-radius:var(--radius);font-weight:600;cursor:pointer;min-height:54px}.button:hover{background:#e97400}.hero .button{min-width:330px}.hero-media{position:relative;z-index:2;align-self:end}.laptop{width:700px;max-width:none}.case{position:absolute;z-index:4}.case-left{width:150px;left:-35px;top:46px}.case-right{width:210px;right:-10px;bottom:0}.alert{position:absolute;z-index:5;width:125px}.alert-one{top:0;right:5%}.alert-two{top:110px;right:-5%}.section{padding:100px max(24px,calc((100vw - 1120px)/2))}.section-heading{max-width:720px;margin-bottom:48px}.section-heading h2,.confidence h2,.cta h2{font-size:clamp(2.2rem,4vw,3.6rem);font-weight:500}.section-heading>p:last-child{color:var(--muted);font-size:1.08rem}.centered{text-align:center;margin-left:auto;margin-right:auto}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.solution-grid article{background:#fff;padding:36px;min-height:260px}.solution-grid span{color:var(--orange);font-weight:700}.solution-grid h3,.why-grid h3{font-size:1.4rem;line-height:1.2}.solution-grid p,.why-grid p{color:var(--muted)}.confidence{display:grid;grid-template-columns:1fr 1fr;min-height:590px;background:#232321;color:#fff}.confidence-photo{background:url("assets/407c6405d5976f03.jpg") center/cover no-repeat}.confidence-copy{padding:80px clamp(36px,7vw,110px);align-self:center}.confidence-copy p{color:#d9d3cb}.confidence-copy strong{display:block;color:var(--orange);font-size:1.35rem;margin-top:28px}.why{background:var(--paper)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-grid article{border-top:3px solid var(--orange);padding:30px 24px;background:#fff}.why-grid b{font-size:2rem;color:var(--orange)}.testimonials{background:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial-grid figure{margin:0;padding:34px;border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;min-height:350px}.testimonial-grid figure img{width:36px;margin-bottom:28px}.testimonial-grid blockquote{margin:0;font-size:1.1rem;line-height:1.65;flex:1}.testimonial-grid figcaption{border-top:1px solid var(--line);padding-top:20px;margin-top:24px;display:flex;flex-direction:column}.testimonial-grid figcaption span{color:var(--muted);font-size:.9rem}.benefits{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;background:#fff4e8}.benefits ul{list-style:none;padding:0;margin:32px 0 0}.benefits li{padding:18px 0 18px 32px;border-bottom:1px solid #e9d9c9;position:relative;font-size:1.12rem}.benefits li:before{content:"\2713";position:absolute;left:0;color:var(--orange);font-weight:700}.benefits img{height:420px;width:100%;object-fit:cover}.cta{padding:60px max(24px,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;gap:32px;background:var(--orange);color:#fff}.cta .eyebrow{color:#fff}.cta .button{background:#272522;border:1px solid #272522}.cta .button:hover{background:#000}footer{padding:30px max(24px,calc((100vw - 1120px)/2));display:flex;justify-content:space-between;gap:20px;background:#262522;color:#fff}footer span{color:#bfb9b2;font-size:.9rem}dialog{max-width:470px;border:0;border-radius:var(--radius);padding:38px;box-shadow:0 24px 80px #0004}dialog::backdrop{background:#0008}.close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:2rem;cursor:pointer}.close-action{width:100%;margin-top:16px}
@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:60px}.hero:after{display:none}.hero-copy{text-align:center;margin:auto}.hero-copy .eyebrow{justify-content:center}.hero-media{margin:50px auto 0}.laptop{width:100%;max-width:660px}.case-left{display:none}.solution-grid{grid-template-columns:repeat(2,1fr)}.confidence{grid-template-columns:1fr}.confidence-photo{min-height:380px}.why-grid,.testimonial-grid{grid-template-columns:1fr}.testimonial-grid figure{min-height:auto}.benefits{grid-template-columns:1fr}.benefits img{order:-1}.cta{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.topbar{height:auto;min-height:64px;padding:14px 18px}.brand{font-size:1rem}.topbar nav{gap:14px;font-size:.78rem}.hero{padding:46px 20px 34px}.hero h1{font-size:2.45rem}.hero-copy>p:not(.eyebrow){font-size:.98rem}.hero .button{min-width:0;width:100%}.hero-media{margin-top:30px}.case-right{width:120px}.alert{width:78px}.alert-two{top:60px}.section{padding:70px 20px}.solution-grid{grid-template-columns:1fr}.solution-grid article{min-height:auto;padding:28px}.confidence-photo{min-height:260px}.confidence-copy{padding:60px 24px}.benefits{gap:34px}.benefits img{height:280px}.cta{padding:48px 20px}footer{flex-direction:column;padding:28px 20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.channel-network{position:relative;min-height:590px;overflow:hidden;background:#f4f0eb}.channel-network:before,.channel-network:after{content:"";position:absolute;border:1px solid #ff870855;border-radius:50%;inset:16%;z-index:0}.channel-network:after{inset:28%;border-color:#ff870833}.network-core{position:absolute;z-index:3;left:50%;top:50%;width:190px;height:190px;transform:translate(-50%,-50%);border-radius:50%;background:#fff;box-shadow:0 18px 60px #35200d26;display:grid;place-items:center;padding:25px}.network-core img{width:100%;height:100%;object-fit:contain}.ota{position:absolute;z-index:2;min-width:140px;padding:16px 20px;border:1px solid #e4ddd5;border-radius:8px;background:#fff;color:#292725;text-align:center;font:700 1.05rem Arial,sans-serif;box-shadow:0 12px 30px #35200d12}.ota-booking{left:8%;top:15%;color:#003580}.ota-airbnb{right:8%;top:15%;color:#ff385c}.ota-expedia{left:8%;bottom:15%;color:#151c5b}.ota-decolar{right:8%;bottom:15%;color:#7654a4}.network-line{position:absolute;z-index:1;left:50%;top:50%;width:38%;height:1px;background:#ff870877;transform-origin:left center}.line-one{transform:rotate(-145deg)}.line-two{transform:rotate(-35deg)}.line-three{transform:rotate(145deg)}.line-four{transform:rotate(35deg)}
@media(max-width:900px){.channel-network{min-height:520px}}
@media(max-width:620px){.channel-network{min-height:420px}.network-core{width:130px;height:130px;padding:18px}.ota{min-width:105px;padding:12px 10px;font-size:.8rem}.ota-booking,.ota-expedia{left:4%}.ota-airbnb,.ota-decolar{right:4%}}
