*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#172033;background:#fff;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1120px,100% - 40px);margin:0 auto}.site-header{z-index:50;backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #e8edf3;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;height:72px;display:flex}.logo{letter-spacing:-.02em;font-size:1.05rem;font-weight:800}.nav-links{align-items:center;gap:28px;font-size:.94rem;font-weight:600;display:flex}.btn{color:#fff;background:#0c5ee8;border-radius:12px;justify-content:center;align-items:center;padding:14px 22px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 10px 28px #0c5ee833}.btn:hover{transform:translateY(-1px)}.btn-small{padding:10px 16px}.btn-secondary{color:#172033;box-shadow:none;background:#fff;border:1px solid #dce4ee}.hero{background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 48%,#f9fbfd 100%);padding:88px 0 76px}.hero-grid{grid-template-columns:1.08fr .92fr;align-items:center;gap:64px;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#0c5ee8;margin-bottom:14px;font-size:.78rem;font-weight:800;display:inline-block}.hero h1{letter-spacing:-.055em;max-width:780px;margin:0 0 24px;font-size:clamp(2.7rem,5vw,4.8rem);line-height:1.02}.hero-copy{color:#586579;max-width:680px;margin:0;font-size:1.18rem}.hero-actions{gap:12px;margin-top:32px;display:flex}.trust-row{flex-wrap:wrap;gap:10px;margin-top:32px;display:flex}.trust-row span{color:#526074;background:#fff;border:1px solid #e2e9f1;border-radius:999px;padding:8px 11px;font-size:.82rem;font-weight:700}.hero-card{background:#fff;border:1px solid #e1e8f0;border-radius:28px;overflow:hidden;box-shadow:0 30px 70px #1c385e1f}.product-visual{background:radial-gradient(circle at 50% 30%,#fff 0%,#dfeaff 44%,#ccd9ee 100%);height:360px;position:relative;overflow:hidden}.cup{background:linear-gradient(#dce4eb 0%,#8e9dad 45%,#607283 100%);border-radius:28px 28px 40px 40px;position:absolute;bottom:28px;box-shadow:inset 0 0 0 2px #ffffff80,0 18px 35px #26374b3d}.cup:before{content:"";background:#eef3f7;border:4px solid #718090;border-radius:50%;height:28px;position:absolute;top:-18px;left:8px;right:8px}.cup-front{width:150px;height:250px;left:50%;transform:translate(-20%)}.cup-back{opacity:.72;width:125px;height:215px;bottom:34px;left:25%}.hero-card-copy{gap:4px;padding:22px 24px 26px;display:grid}.hero-card-copy span{color:#647186;font-size:.92rem}.section{padding:88px 0}.section-alt{background:#f6f8fb}.section-dark{color:#fff;background:#111b2d}.section-heading{max-width:700px;margin-bottom:38px}.section-heading h2,.split h2,.cta-box h2{letter-spacing:-.035em;margin:0 0 14px;font-size:clamp(2rem,4vw,3rem);line-height:1.12}.section-heading p,.lead{color:#687588;margin:0;font-size:1.04rem}.cards{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-cards{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid #e3e9f0;border-radius:18px;padding:28px}.card h3{margin:14px 0 8px;font-size:1.15rem}.card p{color:#69778a;margin:0;font-size:.94rem}.icon{color:#0c5ee8;background:#eaf2ff;border-radius:12px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.split{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.feature-list{gap:12px;display:grid}.feature-list div{background:#fff;border:1px solid #e2e8f0;border-radius:15px;gap:3px;padding:20px 22px;display:grid}.feature-list span{color:#6b788a;font-size:.92rem}.light .eyebrow{color:#83b4ff}.light h2{color:#fff}.steps{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.step{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:16px;padding:24px}.step>span{background:#0c5ee8;border-radius:50%;place-items:center;width:38px;height:38px;margin-bottom:18px;font-weight:800;display:grid}.step strong{margin-bottom:6px;display:block}.step p{color:#aeb9c8;margin:0;font-size:.9rem}.cta{padding:72px 0}.cta-box{color:#fff;background:linear-gradient(135deg,#0c5ee8,#1348b8);border-radius:24px;justify-content:space-between;align-items:center;gap:30px;padding:46px 48px;display:flex}.cta-box .eyebrow{color:#cfe0ff}.cta-box p{color:#dbe7ff;margin:0}.btn-light{color:#0c5ee8;box-shadow:none;white-space:nowrap;background:#fff}footer{color:#708095;border-top:1px solid #e7ecf2;padding:28px 0;font-size:.88rem}.footer-inner{justify-content:space-between;gap:20px;display:flex}@media (width<=900px){.nav-links a:not(.btn){display:none}.hero-grid,.split{grid-template-columns:1fr}.hero-grid{gap:38px}.product-cards,.cards,.steps{grid-template-columns:repeat(2,1fr)}.cta-box{flex-direction:column;align-items:flex-start}}@media (width<=560px){.container{width:min(100% - 28px,1120px)}.hero{padding:62px 0 52px}.hero h1{font-size:2.65rem}.hero-actions{flex-direction:column}.product-cards,.cards,.steps{grid-template-columns:1fr}.product-visual{height:300px}.section{padding:64px 0}.cta-box{padding:34px 26px}.footer-inner{flex-direction:column}.nav{height:64px}}.whatsapp-float{z-index:80;color:#fff;background:#1f9d55;border-radius:999px;justify-content:center;align-items:center;padding:13px 18px;font-size:.92rem;font-weight:800;transition:all .2s;display:inline-flex;position:fixed;bottom:22px;right:22px;box-shadow:0 14px 32px #173c2a40}.whatsapp-float:hover{transform:translateY(-2px)}@media (width<=560px){.whatsapp-float{padding:12px 15px;font-size:.84rem;bottom:14px;right:14px}}.product-photo-wrap{background:#eef3f8;height:360px;padding:0}.hero-product-photo{object-fit:cover;object-position:center;width:100%;height:100%;display:block}@media (width<=560px){.product-photo-wrap{height:300px}}.product-card{flex-direction:column;padding:0;display:flex;overflow:hidden}.product-card-image{object-fit:cover;background:#f4f5f7;width:100%;height:220px;display:block}.product-card-body{flex-direction:column;flex:1;padding:24px;display:flex}.product-card-body h3{margin:10px 0 8px}.product-tag{color:#0c5ee8;text-transform:uppercase;letter-spacing:.06em;background:#edf4ff;border-radius:999px;align-self:flex-start;padding:6px 9px;font-size:.72rem;font-weight:800;display:inline-flex}.product-link{color:#0c5ee8;margin-top:auto;padding-top:16px;font-size:.9rem;font-weight:800}.text-card{background:linear-gradient(145deg,#fff,#f5f8fc);min-height:100%}.text-card .product-card-body{justify-content:center;min-height:330px}@media (width<=560px){.product-card-image{height:260px}.text-card .product-card-body{min-height:auto}}.factory-section{background:#fff}.factory-stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px;display:grid}.factory-stat{color:#fff;background:#0f1d33;border-radius:18px;padding:24px}.factory-stat strong{letter-spacing:-.04em;margin-bottom:10px;font-size:2rem;line-height:1;display:block}.factory-stat span{color:#bfcadd;font-size:.9rem}.factory-points{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.factory-point{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:18px;padding:24px;display:flex}.factory-number{color:#0c5ee8;background:#e9f2ff;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;font-size:.78rem;font-weight:800;display:grid}.factory-point h3{margin:0 0 7px;font-size:1.05rem}.factory-point p{color:#69778a;margin:0;font-size:.92rem}@media (width<=900px){.factory-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.factory-stats,.factory-points{grid-template-columns:1fr}}.factory-photo-card{background:#eef3f8;border:1px solid #dbe5f0;border-radius:22px;overflow:hidden}.factory-photo{object-fit:cover;width:100%;height:100%;min-height:340px;display:block}.factory-note{background:linear-gradient(145deg,#fff,#f5f8fc);border:1px solid #dbe5f0;border-radius:22px;padding:28px}.factory-note-tag{color:#0c5ee8;letter-spacing:.06em;text-transform:uppercase;background:#edf4ff;border-radius:999px;padding:6px 10px;font-size:.74rem;font-weight:800;display:inline-flex}.factory-note h3{margin:14px 0 10px;font-size:1.45rem}.factory-mini-points strong{color:#172033;margin-bottom:4px;display:block}@media (width<=900px){.factory-showcase{grid-template-columns:1fr}}.factory-showcase{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr)!important;align-items:stretch!important;gap:22px!important;margin:26px 0 24px!important;display:grid!important}.factory-photo-card{background:#eef3f8;border:1px solid #dbe5f0;border-radius:22px;min-width:0;overflow:hidden}.factory-photo{display:block;object-fit:cover!important;object-position:center!important;width:100%!important;height:430px!important;min-height:0!important}.factory-note{border-radius:22px;flex-direction:column;justify-content:center;color:#172033!important;background:#f7f9fc!important;border:1px solid #dbe5f0!important;padding:30px!important;display:flex!important}.factory-note-tag{color:#0c5ee8;text-transform:uppercase;letter-spacing:.06em;background:#e9f2ff;border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:.74rem;font-weight:800;display:inline-flex}.factory-note h3{line-height:1.15;margin:14px 0 10px!important;font-size:1.55rem!important}.factory-note p{color:#66758a!important;margin:0 0 18px!important}.factory-mini-points{gap:10px;display:grid}.factory-mini-points div{background:#fff;border:1px solid #e1e8f0;border-radius:14px;padding:13px 14px}.factory-mini-points strong{margin-bottom:2px;font-size:.92rem;display:block}.factory-mini-points span{color:#6b788a;font-size:.86rem}.factory-contact-link{color:#0c5ee8;margin-top:18px;font-size:.92rem;font-weight:800}@media (width<=900px){.factory-showcase{grid-template-columns:1fr!important}.factory-photo{height:360px!important}}@media (width<=560px){.factory-photo{height:280px!important}.factory-note{padding:22px!important}}.buyer-info-section{background:#f6f8fb}.buyer-info-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.buyer-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:26px}.buyer-info-card>span{color:#0c5ee8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:.75rem;font-weight:800;display:block}.buyer-info-card strong{letter-spacing:-.03em;margin-bottom:10px;font-size:1.7rem;line-height:1.05;display:block}.buyer-info-card p{color:#69778a;margin:0;font-size:.9rem}@media (width<=900px){.buyer-info-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.buyer-info-grid{grid-template-columns:1fr}}.customization-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.customization-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px 22px}.customization-card>span{color:#0c5ee8;background:#eaf2ff;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:12px;font-size:.74rem;font-weight:800;display:inline-flex}.customization-card h3{margin:0 0 6px;font-size:1rem}.customization-card p{color:#6b788a;margin:0;font-size:.9rem}@media (width<=560px){.customization-grid{grid-template-columns:1fr}}.trade-term-note{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:18px;margin-top:16px;padding:18px 22px;display:flex}.trade-term-note span{color:#0c5ee8;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:800}.trade-term-note strong{font-size:1.35rem}.trade-term-note p{color:#69778a;margin:0;font-size:.92rem}@media (width<=560px){.trade-term-note{flex-direction:column;align-items:flex-start;gap:6px}}.trade-term-note{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;justify-content:space-between!important;align-items:center!important;gap:24px!important;margin-top:16px!important;padding:18px 22px!important;display:flex!important}.trade-term-title{flex:none;align-items:baseline;gap:14px;display:flex}.trade-term-title span{color:#0c5ee8;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:800}.trade-term-title strong{font-size:1.45rem;line-height:1}.trade-term-note>p{text-align:right;color:#69778a!important;margin:0!important;font-size:.92rem!important}@media (width<=560px){.trade-term-note{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.trade-term-note>p{text-align:left!important}}.trade-term-note{justify-content:space-between!important;align-items:center!important;gap:28px!important;display:flex!important}.trade-term-title{min-width:120px;flex-direction:column!important;align-items:flex-start!important;gap:5px!important;display:flex!important}.trade-term-title span{margin:0!important;line-height:1!important;display:block!important}.trade-term-title strong{margin:0!important;font-size:1.55rem!important;line-height:1!important;display:block!important}.trade-term-note>p{flex:1;text-align:right!important}@media (width<=560px){.trade-term-note{flex-direction:column!important;align-items:flex-start!important}.trade-term-note>p{text-align:left!important}}
