.navbar{width:100%;background:#f4f6f8;position:absolute;top:0;z-index:10}.nav-container{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center}.logo-img{height:75px;width:auto;object-fit:contain}.nav-links{list-style:none;display:flex;gap:34px;font-size:16px;color:#6b7280}.nav-links li{cursor:pointer}.nav-links a{text-decoration:none;color:#4a5568;font-weight:500;font-size:16px;transition:color .2s ease}.nav-links a:hover{color:#2563eb}.nav-links .active{background:#e8edf3;color:#2b6cb0}.contact-btn{background:linear-gradient(90deg,#2b6cb0,#2aa198);color:#fff;border:none;padding:12px 22px;border-radius:10px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background:#333;transition:.3s;display:block}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:1024px){.nav-container{padding:0 25px}.nav-links{gap:22px;font-size:15px}}@media(max-width:768px){.hamburger{display:flex}.desktop-btn{display:none}.nav-links{position:absolute;top:75px;left:0;right:0;width:100%;background:#fff;flex-direction:column;align-items:center;display:none;padding:20px 0;box-shadow:0 4px 12px #0000001a;z-index:100}.nav-links.open{display:flex}.nav-container{padding:0 20px}}@media(max-width:480px){.nav-container{padding:0 16px}}:root{--hero-dark: #1e3a3a;--hero-gold: #c9973f;--hero-cream: #faf5ec;--hero-text-muted: #4b5a5a}.hero,.hero *,.hero *:before,.hero *:after{box-sizing:border-box}.hero{width:100%;min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;position:relative;overflow:hidden;background-color:var(--hero-cream)}.hero-overlay{position:relative;width:100%;min-height:100vh;padding:120px 60px 60px;background:linear-gradient(100deg,#faf5ecf5,#faf5ece6 35%,#faf5ec8c 65%,#faf5ec40);display:flex;align-items:center}.hero-grid{width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.hero-left{text-align:left;color:var(--hero-dark)}.hero-tag{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(30,58,58,.25);background:#fff9;color:var(--hero-dark);padding:8px 18px;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:28px}.hero-tag-icon{color:var(--hero-gold)}.hero-left h1{font-family:Playfair Display,Georgia,serif;font-size:64px;font-weight:600;line-height:1.1;margin-bottom:24px;letter-spacing:-.01em}.hero-left h1 .accent{color:var(--hero-gold);font-style:italic}.hero-left p{max-width:560px;font-size:18px;line-height:1.7;margin-bottom:36px;color:var(--hero-text-muted)}.hero-buttons{display:flex;gap:16px;margin-bottom:48px;flex-wrap:wrap;width:100%}.hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 28px;border-radius:999px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s ease;max-width:100%;white-space:normal;text-align:center}.hero-btn.primary{background:var(--hero-dark);color:#fff;box-shadow:0 6px 16px #1e3a3a40}.hero-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1e3a3a4d}.hero-btn.secondary{background:#ffffffb3;color:var(--hero-dark);border:1px solid rgba(30,58,58,.25)}.hero-btn.secondary:hover{background:#fff;transform:translateY(-2px)}.hero-btn .arrow{transition:transform .3s ease}.hero-btn:hover .arrow{transform:translate(3px)}.hero-stats{display:flex;gap:48px;padding-top:28px;border-top:1px solid rgba(30,58,58,.15);max-width:560px}.hero-stat h3{font-family:Playfair Display,Georgia,serif;font-size:26px;font-weight:700;color:var(--hero-dark);margin-bottom:4px}.hero-stat p{font-size:13px;color:var(--hero-text-muted);margin:0}.hero-right{display:flex;justify-content:center}.hero-card{background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:20px;padding:36px;max-width:420px;width:100%;box-shadow:0 20px 50px #1e3a3a2e;text-align:left}.hero-card-icon{width:48px;height:48px;border-radius:50%;background:var(--hero-gold);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px}.hero-card-eyebrow{display:block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hero-text-muted);margin-bottom:4px}.hero-card h3{font-family:Playfair Display,Georgia,serif;font-size:26px;color:var(--hero-dark);margin-bottom:16px}.hero-card p{font-size:15px;line-height:1.6;color:var(--hero-text-muted);margin-bottom:20px}.hero-card-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.hero-card-list li{position:relative;padding-left:20px;font-size:15px;color:var(--hero-dark);font-weight:500}.hero-card-list li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--hero-gold)}@media(max-width:1024px){.hero-overlay{padding:100px 30px 50px}.hero-grid{grid-template-columns:1fr}.hero-left h1{font-size:48px}.hero-right{margin-top:40px}.hero-card{max-width:100%}}@media(max-width:768px){.hero{min-height:auto}.hero-overlay{padding:100px 24px 40px}.hero-left,.hero-right{text-align:left}.hero-tag{font-size:11px;padding:6px 14px;margin-bottom:18px}.hero-left h1{font-size:36px;margin-bottom:16px}.hero-left p{font-size:15px;margin-bottom:28px}.hero-btn{padding:14px 24px;font-size:14px}.hero-stats{gap:28px;flex-wrap:wrap}.hero-card{padding:26px}}@media(max-width:600px){.hero-buttons{flex-direction:column}.hero-btn{width:100%;justify-content:center}}@media(max-width:480px){.hero-overlay{padding:90px 16px 32px}.hero-left h1{font-size:30px;line-height:1.2}.hero-left p{font-size:14px}.hero-buttons{gap:12px}.hero-stats{gap:20px}.hero-stat h3{font-size:20px}}.about{padding:120px 60px;background:#faf5ec}.about-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-left{text-align:left}.about-tag{display:inline-block;color:#c9973f;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}.about h2{font-family:Playfair Display,Georgia,serif;font-size:48px;font-weight:600;color:#1e3a3a;line-height:1.15;margin-bottom:24px}.about-left p{font-size:17px;color:#5a6a6a;line-height:1.7;margin-bottom:20px;max-width:560px}.about-btn{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:15px 28px;border-radius:999px;border:1px solid rgba(30,58,58,.25);background:transparent;color:#1e3a3a;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s ease}.about-btn:hover{background:#1e3a3a;color:#fff;transform:translateY(-2px)}.about-btn .arrow{transition:transform .3s ease}.about-btn:hover .arrow{transform:translate(3px)}.about-right{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.value-card{background:#f2ead9;border:1px solid rgba(201,151,63,.2);border-radius:18px;padding:32px 28px;text-align:left}.value-icon{width:32px;height:32px;color:#c9973f;margin-bottom:24px}.value-icon svg{width:100%;height:100%}.value-card h3{font-family:Playfair Display,Georgia,serif;font-size:20px;font-weight:600;color:#1e3a3a;margin-bottom:6px}.value-card p{font-size:14px;color:#5a6a6a}@media(max-width:1024px){.about{padding:100px 30px}.about-container{grid-template-columns:1fr;gap:48px}.about h2{font-size:38px}.about-right{max-width:640px}}@media(max-width:768px){.about{padding:70px 24px}.about h2{font-size:30px;line-height:1.25}.about-left p{font-size:16px}.about-right{grid-template-columns:1fr 1fr;gap:16px}.value-card{padding:24px 20px}.value-icon{width:26px;height:26px;margin-bottom:18px}.value-card h3{font-size:17px}}@media(max-width:480px){.about{padding:60px 20px}.about h2{font-size:26px}.about-right{grid-template-columns:1fr}}.strengths{padding:120px 40px;background:#faf5ec;text-align:center}.strengths-header{margin-bottom:60px}.strengths .tag{color:#c9973f;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;display:inline-block}.strengths h2{font-family:Playfair Display,Georgia,serif;font-size:44px;font-weight:600;margin-top:12px;color:#1e3a3a}.strengths-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.strength-card{background:#fff;padding:36px 28px;border-radius:16px;box-shadow:0 8px 24px #1e3a3a0f;transition:.3s;text-align:left}.strength-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #1e3a3a1a}.icon{width:56px;height:56px;background:#1e3a3a;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:14px;margin-bottom:24px}.icon svg{width:24px;height:24px}.strength-card h3{font-family:Playfair Display,Georgia,serif;font-weight:600;margin-bottom:12px;font-size:20px;color:#1e3a3a}.strength-card p{font-size:15px;color:#5a6a6a;line-height:1.6}@media(max-width:1200px){.strengths-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.strengths{padding:100px 30px}.strengths h2{font-size:34px}.strengths-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.strengths{padding:60px 24px}.strengths-header{margin-bottom:40px}.strengths h2{font-size:28px}.strengths-grid{grid-template-columns:1fr 1fr;gap:16px}.strength-card{padding:24px 16px}}@media(max-width:480px){.strengths{padding:50px 20px 40px}.strengths-grid{grid-template-columns:1fr}.icon{width:48px;height:48px}.icon svg{width:20px;height:20px}.strength-card h3{font-size:17px}.strength-card p{font-size:14px}}.products{padding:100px 60px 120px;background:#faf5ec}.products-header{max-width:1280px;margin:0 auto 48px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.products-header .tag{color:#c9973f;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;display:inline-block;margin-bottom:12px}.products-header h2{font-family:Playfair Display,Georgia,serif;font-size:48px;font-weight:600;color:#1e3a3a;letter-spacing:-.01em;margin-bottom:16px}.products-header-text p{font-size:17px;color:#5a6a6a;line-height:1.6;max-width:620px}.view-all-link{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#1e3a3a;cursor:pointer;white-space:nowrap;padding-bottom:4px}.view-all-link .arrow{transition:transform .3s ease}.view-all-link:hover .arrow{transform:translate(3px)}.products-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-card{background:#faf5ec;border:1px solid rgba(30,58,58,.1);border-radius:20px;overflow:hidden;transition:all .35s cubic-bezier(.165,.84,.44,1);cursor:pointer;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #1e3a3a1a}.product-image{height:220px;display:flex;align-items:center;justify-content:center;padding:24px}.product-image img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 12px 20px rgba(0,0,0,.12))}.product-content{background:#fff;padding:28px;flex-grow:1}.product-category{display:block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c9973f;margin-bottom:10px}.product-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.product-title-row h3{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:600;color:#1e3a3a}.product-arrow{font-size:18px;color:#1e3a3a;flex-shrink:0;transition:transform .3s ease}.product-card:hover .product-arrow{transform:translate(3px,-3px)}.product-content p{font-size:15px;color:#5a6a6a;line-height:1.55}@media(max-width:1024px){.products{padding:80px 30px 100px}.products-grid{grid-template-columns:repeat(2,1fr)}.products-header h2{font-size:38px}}@media(max-width:768px){.products{padding:60px 20px 80px}.products-header{flex-direction:column;align-items:flex-start}.products-header h2{font-size:30px}.products-grid{grid-template-columns:1fr;gap:20px}.product-image{height:180px}.product-content{padding:22px}}.modal-backdrop{position:fixed;inset:0;background:#0f1a1aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:40px 20px;z-index:1000}.modal-card{background:#fff;border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 30px 70px #00000059}.modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:none;font-size:16px;color:#1e3a3a;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease}.modal-close:hover{background:#fff}.modal-poster{width:100%;line-height:0}.modal-poster img{width:100%;display:block}.modal-body{padding:36px 40px 44px}.modal-tag{display:inline-block;color:#c9973f;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.modal-body h2{font-family:Playfair Display,Georgia,serif;font-size:36px;font-weight:600;color:#1e3a3a;margin-bottom:10px}.modal-desc{font-size:16px;color:#5a6a6a;line-height:1.6;margin-bottom:24px}.modal-composition{background:#faf5ec;border:1px solid rgba(201,151,63,.2);border-radius:12px;padding:18px 22px;font-size:15px;color:#4b5a5a;line-height:1.6;margin-bottom:28px}.modal-composition strong{color:#1e3a3a}.modal-highlights{display:grid;grid-template-columns:1fr 1fr;gap:12px 32px}.modal-highlights ul{list-style:none;padding:0;margin:0}.modal-highlights li{position:relative;padding-left:20px;font-size:15px;color:#4b5a5a;margin-bottom:14px;line-height:1.5}.modal-highlights li:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:#c9973f}@media(max-width:768px){.modal-backdrop{padding:20px 12px}.modal-card{max-height:88vh;border-radius:20px}.modal-body{padding:28px 22px 36px}.modal-body h2{font-size:26px}.modal-highlights{grid-template-columns:1fr;gap:0}}.certifications{padding:120px 40px;text-align:center;background:#f7f9fb}.section-tag{background:#e8edf3;padding:6px 14px;border-radius:20px;font-size:13px;color:#2b6cb0;font-weight:600;display:inline-block}.certifications h2{font-size:40px;margin-top:16px;color:#1f2937}.section-subtext{margin-top:10px;color:#6b7280}.cert-grid{margin-top:60px;display:flex;justify-content:center;flex-wrap:wrap;gap:25px}.cert-card{background:#fff;padding:16px 26px;border-radius:12px;box-shadow:0 4px 12px #0000000d;font-weight:500;display:flex;align-items:center;gap:10px}.cert-icon{color:#22c55e}@media(max-width:1024px){.certifications{padding:100px 30px}.certifications h2{font-size:34px}}@media(max-width:768px){.certifications{padding:60px 24px}.certifications h2{font-size:28px}.section-subtext{font-size:15px}.cert-grid{margin-top:35px;gap:12px}.cert-card{width:100%;max-width:320px;justify-content:center}}@media(max-width:480px){.certifications{padding:50px 20px 40px}.certifications h2{font-size:24px}.cert-card{padding:14px 18px;font-size:14px}}.coverage{padding:120px 40px;text-align:center}.coverage h2{font-size:40px;margin-top:16px;color:#1f2937}.coverage-grid{margin-top:60px;display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.coverage-card{background:#fff;padding:40px 80px;border-radius:16px;box-shadow:0 6px 20px #0000000f}.coverage-icon{font-size:28px;margin-bottom:10px}.coverage-card h3{font-size:36px;color:#1f2937}.coverage-card p{color:#6b7280}@media(max-width:1024px){.coverage{padding:100px 30px}.coverage h2{font-size:34px}.coverage-grid{gap:25px}.coverage-card{padding:35px 60px}.coverage-card h3{font-size:30px}}@media(max-width:768px){.coverage{padding:60px 20px}.coverage h2{font-size:28px}.coverage-grid{flex-direction:column;align-items:center;gap:20px;margin-top:30px}.coverage-card{width:100%;max-width:320px;padding:30px 25px}.coverage-card h3{font-size:26px}}@media(max-width:480px){.coverage{padding:50px 16px 40px}.coverage h2{font-size:24px}.coverage-card{padding:25px 20px}.coverage-card h3{font-size:22px}.coverage-card p{font-size:14px}}footer{background:#faf5ec}.cta-banner{max-width:1280px;margin:0 auto;padding:100px 60px;border-radius:28px;background:linear-gradient(120deg,#1e3a3a,#234444 55%,#4a4630);text-align:center;color:#fff;box-shadow:0 30px 60px #1e3a3a33}.cta-banner h2{font-family:Playfair Display,Georgia,serif;font-size:52px;font-weight:600;line-height:1.2;margin-bottom:24px}.cta-banner p{max-width:620px;margin:0 auto 36px;font-size:17px;line-height:1.6;color:#ffffffd9}.cta-btn{display:inline-flex;align-items:center;gap:10px;background:#c9973f;color:#1e2a1a;border:none;padding:16px 32px;border-radius:999px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #c9973f59}.cta-btn .arrow{transition:transform .3s ease}.cta-btn:hover .arrow{transform:translate(3px)}.footer-main{max-width:1280px;margin:80px auto 0;background:#0d211f;border-radius:24px 24px 0 0;color:#fff;padding:70px 60px 50px;display:grid;grid-template-columns:1.6fr 1fr 1.4fr 1.2fr;gap:40px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:18px}.footer-logo-mark{width:44px;height:44px;border-radius:10px;background:#fff;object-fit:cover;flex-shrink:0}.footer-col.brand h3{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:600;color:#fff}.footer-col.brand p{color:#fff9;line-height:1.6;font-size:15px}.footer-col h4{color:#c9973f;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:12px}.footer-col li a{color:#ffffffbf;text-decoration:none;font-size:15px;transition:color .2s ease}.footer-col li a:hover{color:#fff}.footer-col p{color:#fff9;font-size:15px;line-height:1.6}.contact-list li{display:flex;align-items:flex-start;gap:10px}.contact-list li svg{width:18px;height:18px;flex-shrink:0;margin-top:2px;color:#c9973f}.contact-list li span{color:#ffffffbf;font-size:14px;line-height:1.6}.footer-bottom{max-width:1280px;margin:0 auto;background:#0d211f;color:#ffffff80;padding:22px 60px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:14px;border-radius:0 0 24px 24px}@media(max-width:1024px){.cta-banner{padding:80px 40px;margin:0 30px}.cta-banner h2{font-size:40px}.footer-main{margin-top:60px;padding:60px 40px 40px;grid-template-columns:1fr 1fr;border-radius:0}.footer-bottom{border-radius:0;padding:22px 40px}}@media(max-width:768px){.cta-banner{padding:60px 28px;margin:0 16px;border-radius:20px}.cta-banner h2{font-size:30px}.cta-banner p{font-size:15px}.footer-main{margin-top:40px;padding:50px 24px 30px;grid-template-columns:1fr;gap:36px;text-align:left}.footer-bottom{flex-direction:column;gap:8px;text-align:center;padding:20px 24px}}@media(max-width:480px){.cta-banner{padding:50px 20px}.cta-banner h2{font-size:26px}.footer-main{padding:40px 20px 24px}}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:65px;height:65px;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:34px;cursor:pointer;box-shadow:0 8px 20px #00000040;transition:all .3s ease;z-index:999}.whatsapp-float:hover{transform:scale(1.1)}@keyframes pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}.whatsapp-float{animation:pulse 2s infinite}.map-float{position:fixed;bottom:110px;right:30px;width:65px;height:65px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:30px;cursor:pointer;box-shadow:0 8px 20px #00000040;transition:all .3s ease;z-index:999}.map-float:hover{transform:scale(1.1)}@keyframes pulse-blue{0%{box-shadow:0 0 #2563ebb3}70%{box-shadow:0 0 0 15px #2563eb00}to{box-shadow:0 0 #2563eb00}}.map-float{animation:pulse-blue 2s infinite}.motive{padding:120px 60px;background:#fff}.motive-container{max-width:1280px;margin:0 auto}.motive-header{max-width:780px;margin:0 auto 64px;text-align:center}.motive .tag{display:inline-block;color:#c9973f;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}.motive h2{font-family:Playfair Display,Georgia,serif;font-size:44px;font-weight:600;color:#1e3a3a;margin-bottom:24px}.motive-header p{font-size:17px;color:#5a6a6a;line-height:1.7;margin-bottom:18px}.motive-closing{font-style:italic;color:#1e3a3a;font-weight:500}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left}.principle{background:#faf5ec;border:1px solid rgba(30,58,58,.08);padding:32px 28px;border-radius:16px;transition:.3s ease}.principle:hover{transform:translateY(-6px);box-shadow:0 16px 32px #1e3a3a14}.principle-number{display:block;font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:600;color:#c9973f;margin-bottom:16px}.principle h4{font-family:Playfair Display,Georgia,serif;font-size:19px;font-weight:600;color:#1e3a3a;margin-bottom:10px}.principle p{font-size:15px;color:#5a6a6a;line-height:1.6;text-align:left}@media(max-width:1024px){.motive{padding:100px 30px}.motive h2{font-size:36px}.principles{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.motive{padding:70px 24px}.motive-header{margin-bottom:40px}.motive h2{font-size:28px}.motive-header p{font-size:15px;text-align:left}.principles{grid-template-columns:1fr;gap:20px}.principle{padding:24px 20px}}
