:root {
  color-scheme: light;
  --ink: #143348;
  --ink-deep: #0d2737;
  --ink-soft: #416071;
  --lime: #c8f45a;
  --lime-deep: #a8da39;
  --paper: #f8f8f4;
  --white: #fff;
  --mist: #edf1ed;
  --line: #dce3dd;
  --orange: #f09a6b;
  --radius: 5px;
  --page-gutter: clamp(22px, 6.4vw, 104px);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 15px; line-height: 1.65; }
body, button, input, select, textarea { font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif; }
button, input, select, textarea { font-size: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.08; }
h1, h2 { font-weight: 600; }
h1 em, h2 em { font-style: normal; color: var(--ink-soft); font-weight: 400; }
::selection { background: var(--lime); color: var(--ink-deep); }

.sr-only, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 1000; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 16px; margin: 0; clip: auto; background: var(--lime); color: var(--ink); }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--paper); }
.ticker { height: 31px; overflow: hidden; display: flex; align-items: center; background: var(--lime); color: var(--ink); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 35px; padding-left: 24px; white-space: nowrap; animation: ticker 42s linear infinite; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ticker-track i, .trust-strip i { display: block; width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--ink); }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }
.nav-wrap { min-height: 79px; display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 0 var(--page-gutter); border-bottom: 1px solid rgba(20,51,72,.1); background: rgba(248,248,244,.96); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { border-radius: 13px; }
.brand-name { color: var(--ink); font-size: 24px; line-height: 1; font-weight: 800; letter-spacing: -.08em; }
.brand-name span { color: #8fbf32; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.5vw, 39px); margin-left: auto; }
.primary-nav a { position: relative; color: var(--ink-soft); font-size: 12px; font-weight: 700; transition: color .2s ease; }
.primary-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--lime-deep); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-nav a:hover { color: var(--ink); }
.primary-nav a:hover::after { transform: scaleX(1); }
.nav-mobile-link { display: none; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; border: 0; border-radius: 3px; font-size: 12px; line-height: 1.2; font-weight: 800; transition: transform .2s ease, background-color .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg, .service-title svg, .footer-address svg, .resource-cards svg { width: 18px; height: 18px; flex: 0 0 auto; }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--ink-soft); }
.button-lime { color: var(--ink); background: var(--lime); }
.button-lime:hover { background: #d9ff7e; }
.button-outline { border: 1px solid rgba(20,51,72,.35); color: var(--ink); background: transparent; }
.button-outline:hover { border-color: var(--ink); background: white; }
.button-light { color: var(--ink); background: white; }
.nav-cta { min-height: 45px; padding-inline: 18px; font-size: 11px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: min(685px, calc(100vh - 110px)); display: grid; grid-template-columns: minmax(370px, .86fr) minmax(0, 1.14fr); padding-left: var(--page-gutter); overflow: hidden; background: #f2f4ed; }
.hero-copy { max-width: 585px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 72px 48px 70px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #627884; font-size: 10px; line-height: 1.4; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #9dcd39; box-shadow: 0 0 0 4px rgba(200,244,90,.35); }
.hero h1 { max-width: 620px; margin: 22px 0 19px; font-size: clamp(45px, 5.6vw, 79px); letter-spacing: -.075em; line-height: .99; }
.hero h1 em { display: block; margin-top: 8px; color: #67808a; }
.hero-copy > p { max-width: 438px; margin-bottom: 28px; color: #546c79; font-size: 15px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; }
.text-link > span { display: inline-flex; transition: transform .2s ease; }
.text-link:hover > span { transform: translateX(4px); }
.hero-note { display: flex; align-items: center; gap: 12px; max-width: 340px; margin-top: 47px; padding-top: 16px; border-top: 1px solid #d7ded6; color: #5d7078; font-size: 10px; line-height: 1.55; }
.note-icon { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 16px; }
.hero-visual { position: relative; min-height: 540px; overflow: hidden; background: #91a2a3; }
.hero-visual::after { position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(9,31,43,.46)); content: ""; pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 49% center; }
.hero-stamp { position: absolute; z-index: 1; top: 10%; right: 9%; width: 108px; height: 108px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--lime); color: var(--ink); text-align: center; font-size: 10px; line-height: 1.25; font-weight: 800; text-transform: uppercase; transform: rotate(7deg); }
.hero-stamp b { margin-top: 7px; font-size: 8px; letter-spacing: .1em; }
.hero-caption { position: absolute; z-index: 1; right: 34px; bottom: 26px; left: 34px; display: flex; justify-content: space-between; gap: 15px; color: white; font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.hero-index { position: absolute; right: 20px; bottom: 46%; color: rgba(20,51,72,.48); font-size: 9px; font-weight: 800; letter-spacing: .12em; writing-mode: vertical-rl; }
.trust-strip { min-height: 66px; display: flex; align-items: center; justify-content: space-evenly; flex-wrap: wrap; gap: 15px; padding: 15px var(--page-gutter); color: #586e77; background: #fff; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.trust-strip i { width: 4px; height: 4px; background: #9ac73a; }

.section { padding: 112px var(--page-gutter); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 44px; }
.section-heading h2, .split-copy h2, .contact-band h2, .contact-expectation h2 { margin: 13px 0 0; font-size: clamp(36px, 4.1vw, 56px); letter-spacing: -.065em; }
.section-heading > p { max-width: 410px; margin: 0 0 4px; color: #61737b; font-size: 13px; line-height: 1.85; }
.service-grid { display: grid; grid-template-columns: 1.18fr 1fr 1fr; gap: 15px; }
.service-card { position: relative; min-height: 376px; overflow: hidden; background: #cad2cd; color: white; }
.service-card::after { position: absolute; inset: 25% 0 0; background: linear-gradient(transparent,rgba(9,28,38,.78)); content: ""; transition: opacity .3s ease; }
.service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.service-card:hover > img { transform: scale(1.05); }
.card-number { position: absolute; z-index: 1; top: 20px; left: 21px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.54); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.service-title { position: absolute; z-index: 1; right: 19px; bottom: 23px; left: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; font-size: clamp(21px, 2.1vw, 29px); font-weight: 700; letter-spacing: -.055em; line-height: 1.15; }
.service-title svg { width: 22px; height: 22px; margin-bottom: 4px; color: var(--lime); }
.section-tail { display: flex; justify-content: space-between; gap: 20px; margin-top: 20px; color: #6e8086; font-size: 10px; font-weight: 600; }
.section-tail .text-link { color: var(--ink); }
.section-services { padding-bottom: 84px; }

.split-feature { min-height: 605px; display: grid; grid-template-columns: 1fr 1fr; background: #e9eee7; }
.split-image { position: relative; min-height: 540px; overflow: hidden; background: #9daea7; }
.split-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-label { position: absolute; right: 22px; bottom: 20px; padding: 10px 14px; color: var(--ink); background: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.split-copy { max-width: 580px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 85px clamp(35px, 8vw, 120px); }
.split-copy h2 { margin: 16px 0 18px; font-size: clamp(37px, 4vw, 55px); }
.split-copy > p { color: #5c7077; font-size: 13px; line-height: 1.9; }
.check-list { display: grid; gap: 12px; margin: 10px 0 28px; padding: 0; list-style: none; color: #455e69; font-size: 11px; }
.check-list li { position: relative; padding-left: 23px; }
.check-list li::before { position: absolute; top: 1px; left: 0; width: 14px; height: 14px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 900; content: "✓"; }

.process-section { padding-top: 105px; padding-bottom: 105px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d4ddd6; }
.process-grid article { position: relative; padding: 25px 28px 0 0; }
.process-grid article + article { padding-left: 23px; border-left: 1px solid #d4ddd6; }
.process-grid article > span { color: #92b83e; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.process-grid h3 { margin: 24px 0 10px; font-size: 22px; }
.process-grid p { max-width: 225px; margin: 0; color: #687a80; font-size: 11px; line-height: 1.8; }
.image-banner { position: relative; min-height: 450px; display: flex; align-items: center; padding: 72px var(--page-gutter); overflow: hidden; color: white; background: var(--ink); }
.image-banner::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(11,37,52,.89),rgba(11,37,52,.35)); content: ""; }
.image-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-banner > div { position: relative; z-index: 2; max-width: 640px; }
.eyebrow-light { color: #d0ded9; }
.image-banner h2 { max-width: 610px; margin: 18px 0 27px; color: white; font-size: clamp(38px, 5.2vw, 67px); }
.image-banner h2 em { color: var(--lime); }
.journal-preview { padding-top: 103px; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.journal-card { position: relative; padding-bottom: 16px; border-bottom: 1px solid #d7dfd8; }
.journal-card > div { height: 230px; margin-bottom: 19px; overflow: hidden; background: #d4dbd4; }
.journal-card > div img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.journal-card:hover > div img { transform: scale(1.04); }
.journal-tag { color: #73868b; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.journal-card h3 { max-width: 290px; margin: 10px 35px 0 0; font-size: 19px; line-height: 1.25; }
.journal-arrow { position: absolute; right: 4px; bottom: 16px; color: var(--ink); }
.journal-arrow svg { width: 19px; height: 19px; }
.contact-band { min-height: 295px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 70px var(--page-gutter); color: #fff; background: var(--ink); }
.contact-band h2 { margin-top: 12px; font-size: clamp(38px, 4.5vw, 59px); }
.contact-band h2 em { color: var(--lime); }
.contact-band .button { flex: 0 0 auto; }

.site-footer { padding: 69px var(--page-gutter) 0; color: #e9f0e9; background: var(--ink-deep); }
.footer-top { display: grid; grid-template-columns: 1.35fr .78fr 1fr 1.05fr; gap: 42px; padding-bottom: 55px; }
.brand-light .brand-name { color: #f2f5ec; }
.footer-brand > p { max-width: 245px; margin: 18px 0 21px; color: #aabcc1; font-size: 11px; line-height: 1.8; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; color: #eaf0ec; transition: color .2s, background .2s; }
.social-links a:hover { color: var(--ink); background: var(--lime); }
.social-links svg { width: 16px; height: 16px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h2 { margin: 7px 0 11px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.footer-column > a, .footer-column > p { margin: 0; color: #b2c2c4; font-size: 10px; line-height: 1.75; }
.footer-column > a:hover, .footer-bottom a:hover, .footer-bottom button:hover { color: var(--lime); }
.footer-address > a:last-child { display: inline-flex; align-items: center; gap: 5px; color: var(--lime); }
.footer-address > a:last-child svg { width: 14px; height: 14px; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px 25px; border-top: 1px solid rgba(255,255,255,.15); color: #9eb1b5; font-size: 9px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 9px 21px; }
.footer-bottom button { padding: 0; border: 0; color: inherit; background: none; font: inherit; cursor: pointer; }

.whatsapp-float { position: fixed; z-index: 60; right: 22px; bottom: 24px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 17px 10px 11px; border: 1px solid rgba(255,255,255,.4); border-radius: 50px; color: #fff; background: #147e59; box-shadow: 0 8px 24px rgba(10,39,32,.21); font-size: 11px; font-weight: 800; transition: transform .2s, background .2s; }
.whatsapp-float:hover { transform: translateY(-3px); background: #0d6c4a; }
.whatsapp-symbol { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #147e59; background: #fff; font-size: 15px; }
.whatsapp-symbol svg { width: 18px; height: 18px; }
.whatsapp-inline { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 11px; font-weight: 800; }
.whatsapp-inline .whatsapp-symbol { color: white; background: #147e59; }

.page-hero { min-height: 400px; display: grid; grid-template-columns: 1fr .85fr; align-items: center; padding: 55px var(--page-gutter); overflow: hidden; background: #eff2eb; }
.page-hero > div:first-child { max-width: 630px; padding: 20px 45px 20px 0; }
.page-hero h1 { margin: 18px 0 16px; font-size: clamp(42px, 5.3vw, 69px); letter-spacing: -.075em; }
.page-hero > div:first-child > p { max-width: 510px; margin: 0; color: #5e737b; font-size: 14px; line-height: 1.85; }
.page-hero > div:first-child > .button { margin-top: 24px; }
.page-hero-photo { position: relative; height: 310px; overflow: hidden; background: #aebbb4; }
.page-hero-photo::after { position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(14,38,52,.16)); content: ""; }
.page-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-contact { background: #ecf0e7; }
.page-hero-about { background: #eef2f0; }
.page-hero-services { background: #e8eeea; }
.page-hero-news { background: #f1efe8; }
.page-hero-guides { background: #ebf1e7; }
.page-hero-tools { background: #e8efee; }
.page-hero-glossary { background: #f0eee7; }

.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 8vw, 120px); padding: 90px var(--page-gutter) 105px; }
.contact-form-panel h2 { margin: 15px 0 12px; font-size: clamp(35px, 3.8vw, 50px); }
.form-intro { margin-bottom: 27px; color: #61747b; font-size: 12px; }
#contact-form { display: grid; gap: 17px; }
#contact-form label, .calculator label { display: grid; gap: 7px; color: #516872; font-size: 10px; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
#contact-form input:not([type="checkbox"]), #contact-form select, #contact-form textarea, .calculator input, .search-field input { width: 100%; min-height: 47px; padding: 12px 13px; border: 1px solid #d4ddd8; border-radius: 2px; outline: none; color: var(--ink); background: #fff; font-size: 11px; font-weight: 500; transition: border .2s, box-shadow .2s; }
#contact-form textarea { min-height: 112px; resize: vertical; }
#contact-form input:focus, #contact-form select:focus, #contact-form textarea:focus, .calculator input:focus, .search-field input:focus { border-color: #78963a; box-shadow: 0 0 0 3px rgba(200,244,90,.25); }
#contact-form input::placeholder, #contact-form textarea::placeholder, .calculator input::placeholder, .search-field input::placeholder { color: #91a0a2; }
.consent-check { display: flex !important; align-items: flex-start; gap: 9px !important; font-size: 9px !important; font-weight: 500 !important; line-height: 1.6; }
.consent-check input { margin: 3px 0 0; accent-color: #7ba72a; }
.consent-check a { color: #375766; text-decoration: underline; text-underline-offset: 2px; }
#contact-form > .button { justify-self: start; }
.form-feedback { margin: -5px 0 0; color: #708188; font-size: 9px; }
.contact-details { display: flex; flex-direction: column; gap: 29px; padding-top: 9px; }
.contact-info-block { display: grid; justify-items: start; gap: 12px; }
.contact-big { color: var(--ink); font-size: clamp(17px, 2vw, 23px); font-weight: 700; letter-spacing: -.04em; }
.contact-info-block p { max-width: 270px; margin: 0; color: #415e6b; font-size: 14px; line-height: 1.6; }
.map-card { height: 270px; overflow: hidden; background: #d9e3dc; }
.map-cover { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(140deg,#e0e9dc,#c7d6cf); text-align: center; }
.map-pin { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; color: var(--ink); background: var(--lime); font-size: 13px; font-weight: 900; transform: rotate(-45deg); }
.map-pin b { display: block; font-weight: 900; transform: rotate(45deg); }
.map-cover p { margin: 0; color: #577077; font-size: 11px; font-weight: 700; }
.map-cover .button { min-height: 39px; font-size: 10px; }
.map-cover iframe { width: 100%; height: 100%; border: 0; }
.contact-expectation { padding-top: 0; padding-bottom: 90px; }
.contact-expectation h2 { max-width: 660px; margin-bottom: 16px; }
.contact-expectation > p { max-width: 635px; color: #61737b; font-size: 12px; line-height: 1.85; }

.about-intro { display: grid; grid-template-columns: .56fr 1.44fr; gap: 65px; padding: 100px var(--page-gutter); }
.about-number { color: var(--lime-deep); font-size: clamp(55px, 9vw, 115px); font-weight: 800; letter-spacing: -.12em; line-height: .72; }
.about-number span { color: #b6c3b7; font-size: .42em; letter-spacing: .05em; }
.about-intro h2 { max-width: 730px; margin: 15px 0 22px; font-size: clamp(34px, 4vw, 54px); }
.about-intro p { max-width: 720px; color: #5b7078; font-size: 13px; line-height: 1.9; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); padding: 66px var(--page-gutter); color: #fff; background: var(--ink); }
.about-values article { padding: 10px 35px 5px 0; }
.about-values article + article { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.2); }
.about-values article > span { color: var(--lime); font-size: 10px; font-weight: 800; }
.about-values h3 { margin: 21px 0 10px; color: white; font-size: 21px; }
.about-values p { max-width: 290px; margin: 0; color: #b6c7c7; font-size: 11px; line-height: 1.8; }
.split-feature-reverse .split-image { order: 2; }

.service-list { display: grid; gap: 0; }
.service-detail { min-height: 475px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(40px, 8vw, 120px); padding: 64px var(--page-gutter); border-bottom: 1px solid #e0e5df; }
.service-detail-reverse { grid-template-columns: 1.05fr .95fr; }
.service-detail-reverse .service-detail-photo { order: 2; }
.service-detail-photo { height: 350px; overflow: hidden; background: #dae0dc; }
.service-detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.service-num { color: #788b8d; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.service-detail h2 { max-width: 510px; margin: 14px 0 17px; font-size: clamp(33px, 3.5vw, 47px); }
.service-detail p { max-width: 560px; color: #5e737b; font-size: 12px; line-height: 1.85; }
.service-detail .check-list { margin-bottom: 22px; }
.service-note { display: grid; justify-items: start; padding: 94px var(--page-gutter); background: #ebf0e9; }
.service-note h2 { max-width: 750px; margin: 15px 0; font-size: clamp(35px, 4vw, 53px); }
.service-note p { max-width: 750px; margin-bottom: 25px; color: #5f727a; font-size: 12px; line-height: 1.8; }

.legal-main { background: #fbfbf8; }
.legal-hero { padding: 83px var(--page-gutter) 50px; background: #eef1e9; }
.legal-hero h1 { margin: 16px 0 13px; font-size: clamp(44px, 5vw, 67px); }
.legal-hero > p { max-width: 650px; margin-bottom: 17px; color: #60737b; font-size: 13px; }
.last-updated { color: #81908e; font-size: 9px; font-weight: 700; letter-spacing: .05em; }
.legal-content { max-width: 940px; padding: 40px var(--page-gutter) 75px; margin: 0 auto; }
.legal-content h2 { margin: 37px 0 13px; font-size: 21px; letter-spacing: -.04em; }
.legal-content h2:first-child { margin-top: 15px; }
.legal-content p, .legal-content li { color: #536870; font-size: 12px; line-height: 1.9; }
.legal-content p { margin-bottom: 14px; }
.legal-content ul { display: grid; gap: 9px; padding-left: 20px; margin: 13px 0 19px; }
.legal-content li::marker { color: #86b337; }
.legal-content a:not(.button) { color: #244e64; text-decoration: underline; text-decoration-color: #a4c666; text-underline-offset: 3px; }
.legal-highlight { display: flex; align-items: center; gap: 23px; padding: 25px; margin: 0 0 25px; background: #eff3e8; }
.legal-highlight h2 { margin: 8px 0 !important; font-size: 25px; }
.legal-highlight p { margin: 0; }
.legal-monogram { width: 56px; height: 56px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 17px; color: var(--ink); background: var(--lime); font-size: 25px; font-weight: 800; }
.legal-data { margin: 20px 0 30px; border-top: 1px solid #dce3dc; }
.legal-data > div { display: grid; grid-template-columns: .75fr 1.25fr; gap: 25px; padding: 12px 0; border-bottom: 1px solid #dce3dc; }
.legal-data dt { color: #738289; font-size: 10px; font-weight: 700; }
.legal-data dd { margin: 0; color: var(--ink); font-size: 11px; font-weight: 600; }
.notice-box { padding: 17px 20px; border-left: 3px solid var(--lime-deep); color: #536870; background: #f1f4ec; font-size: 11px; line-height: 1.8; }
.legal-disclaimer { padding-top: 12px; margin-top: 38px !important; border-top: 1px solid #dce3dc; color: #84918e !important; font-size: 10px !important; font-style: italic; }
.legal-related { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px 35px; padding: 26px var(--page-gutter); border-top: 1px solid #e2e7e0; }
.legal-related a { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 800; }
.legal-related svg { width: 16px; height: 16px; }
.cookie-settings-inline { margin-top: 15px; }

.editorial-note { display: flex; align-items: center; gap: 20px; padding: 19px var(--page-gutter); color: #536870; background: #f2f1e8; }
.editorial-note strong { flex: 0 0 auto; color: var(--ink); font-size: 10px; text-transform: uppercase; }
.editorial-note p { max-width: 800px; margin: 0; font-size: 10px; line-height: 1.7; }
.timeline-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 9vw, 130px); padding: 90px var(--page-gutter); }
.timeline-intro { position: sticky; top: 145px; align-self: start; }
.timeline-intro h2 { margin: 14px 0; font-size: clamp(34px, 4vw, 49px); }
.timeline-intro p { max-width: 330px; color: #63767d; font-size: 12px; line-height: 1.85; }
.timeline { border-left: 1px solid #d6dfd7; }
.timeline-item { position: relative; display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 0 0 35px 25px; }
.timeline-item::before { position: absolute; top: 7px; left: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--lime-deep); content: ""; box-shadow: 0 0 0 4px var(--paper); }
.timeline-year { color: #79923d; font-size: 11px; font-weight: 800; }
.timeline-content h3 { margin: -2px 0 8px; font-size: 18px; }
.timeline-content p { max-width: 480px; margin: 0; color: #66777d; font-size: 11px; line-height: 1.8; }
.resource-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #dbe1db; }
.resource-cards a { position: relative; min-height: 175px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 21px 24px 20px 0; }
.resource-cards a + a { padding-left: 24px; border-left: 1px solid #dbe1db; }
.resource-cards a > span { color: #79923d; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.resource-cards h3 { max-width: 260px; margin: 20px 20px 0 0; font-size: 19px; line-height: 1.3; }
.resource-cards svg { position: absolute; right: 18px; bottom: 20px; }

.guide-list { max-width: 1100px; padding: 40px var(--page-gutter) 78px; margin: 0 auto; }
.guide-article { display: grid; grid-template-columns: .35fr 1fr; gap: 40px; padding: 40px 0; border-bottom: 1px solid #dce3dc; }
.guide-index { padding-top: 9px; color: #79923d; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.guide-article h2 { margin: 0 0 14px; font-size: 27px; }
.guide-article p, .guide-article li { max-width: 700px; color: #5b7078; font-size: 11px; line-height: 1.9; }
.guide-article ul { display: grid; gap: 8px; padding-left: 17px; margin: 13px 0 20px; }
.guide-article li::marker { color: #91bd3d; }
.guide-callout { display: grid; grid-template-columns: 1fr 1fr; min-height: 300px; background: #eaf0e9; }
.guide-callout > div { overflow: hidden; }
.guide-callout img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.guide-callout > p { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 13px; padding: 35px clamp(28px, 6vw, 75px); margin: 0; }
.guide-callout strong { max-width: 450px; font-size: clamp(22px, 2.7vw, 33px); letter-spacing: -.05em; line-height: 1.18; }

.calculator-wrap { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: start; padding: 95px var(--page-gutter); }
.calculator-copy h2 { max-width: 590px; margin: 15px 0 16px; font-size: clamp(35px, 4vw, 51px); }
.calculator-copy > p { max-width: 520px; color: #5c7078; font-size: 12px; line-height: 1.9; }
.calculator-caveat { max-width: 510px; padding: 16px 18px; margin-top: 28px; border-left: 3px solid var(--lime-deep); color: #5d6e73; background: #edf1e8; font-size: 10px; line-height: 1.8; }
.calculator { display: grid; gap: 17px; padding: 28px; background: white; box-shadow: 0 15px 45px rgba(29,57,63,.07); }
.calculator label > span { color: #90a09e; font-weight: 500; }
.calculator .button { justify-self: start; }
.calc-result { min-height: 119px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; padding: 16px 18px; background: #eff3e8; }
.calc-result > span:first-child { color: #77877e; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.calc-result > strong { color: var(--ink); font-size: 36px; letter-spacing: -.07em; line-height: 1.2; }
.calc-result > strong small { font-size: 15px; letter-spacing: -.02em; }
.calc-result > span:last-child { color: #6f7f80; font-size: 9px; }
.calc-contact { justify-self: start; }
.calculator-tips { padding-top: 0; }
.calculator-tips > h2 { max-width: 680px; margin: 14px 0 34px; font-size: clamp(33px, 4vw, 49px); }
.tips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding-top: 25px; border-top: 1px solid #dce3dc; }
.tips-grid b { color: #8eb63d; font-size: 10px; }
.tips-grid h3 { margin: 18px 0 8px; font-size: 18px; }
.tips-grid p { max-width: 290px; margin: 0; color: #687a80; font-size: 10px; line-height: 1.8; }

.glossary-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 9vw, 125px); padding: 91px var(--page-gutter) 100px; }
.glossary-intro { align-self: start; position: sticky; top: 145px; }
.glossary-intro h2 { margin: 14px 0; font-size: clamp(32px, 3.5vw, 45px); }
.glossary-intro > p { color: #63767d; font-size: 11px; line-height: 1.85; }
.search-field { height: 45px; display: flex; align-items: center; gap: 9px; padding: 0 11px; margin-top: 25px; border: 1px solid #d7e0da; background: white; }
.search-field svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: #6f8285; stroke-width: 1.6; }
.search-field input { min-height: auto; padding: 8px 2px; border: 0; box-shadow: none !important; }
.search-count { min-height: 15px; margin-top: 7px; font-size: 9px !important; }
.glossary-list { border-top: 1px solid #dce3dc; }
.glossary-item { border-bottom: 1px solid #dce3dc; }
.glossary-item summary { min-height: 57px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 700; }
.glossary-item summary::-webkit-details-marker { display: none; }
.glossary-item summary b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: #eaf1df; font-size: 17px; font-weight: 500; transition: transform .2s, background .2s; }
.glossary-item[open] summary b { transform: rotate(45deg); background: var(--lime); }
.glossary-item > p { max-width: 620px; padding: 0 40px 18px 0; margin: 0; color: #64767b; font-size: 11px; line-height: 1.85; }
.glossary-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 47px var(--page-gutter); color: white; background: var(--ink); }
.glossary-cta h2 { max-width: 370px; margin: 0; font-size: 27px; }
.glossary-cta p { max-width: 270px; margin: 0; color: #b6c6c5; font-size: 10px; }
.glossary-item[hidden] { display: none; }

.cookie-banner { position: fixed; z-index: 100; right: 20px; bottom: 18px; left: 20px; max-width: 980px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 17px 20px; margin: 0 auto; border: 1px solid rgba(255,255,255,.2); color: #fff; background: var(--ink-deep); box-shadow: 0 12px 50px rgba(10,31,43,.28); }
.cookie-banner[hidden] { display: none; }
.cookie-copy { display: flex; align-items: flex-start; gap: 13px; }
.cookie-icon { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 15px; }
.cookie-copy strong { display: block; margin-bottom: 2px; font-size: 11px; }
.cookie-copy p { max-width: 610px; margin: 0; color: #bac8c8; font-size: 9px; line-height: 1.6; }
.cookie-copy a { color: var(--lime); text-decoration: underline; text-underline-offset: 2px; }
.cookie-actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.cookie-actions .button { min-height: 39px; padding-inline: 13px; font-size: 10px; }
.cookie-reject { min-height: 39px; padding: 0 13px; border: 1px solid rgba(255,255,255,.38); border-radius: 3px; color: white; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.cookie-reject:hover { border-color: white; }

.page-loader { position: fixed; z-index: 200; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; background: var(--ink-deep); opacity: 1; visibility: visible; transition: opacity .36s ease, visibility .36s ease; }
.page-loader img { width: 60px; height: 60px; animation: mark-in .7s ease both; }
.page-loader > span { width: 65px; height: 2px; overflow: hidden; background: rgba(255,255,255,.2); }
.page-loader > span::after { width: 100%; height: 100%; display: block; background: var(--lime); content: ""; transform: translateX(-100%); animation: load-line .8s ease-in-out infinite; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
@keyframes load-line { 55%,100% { transform: translateX(100%); } }
@keyframes mark-in { from { opacity: 0; transform: scale(.75) rotate(-12deg); } to { opacity: 1; transform: scale(1) rotate(0); } }

@media (max-width: 1020px) {
  :root { --page-gutter: clamp(24px, 4vw, 50px); }
  .nav-wrap { gap: 18px; }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 11px; }
  .hero { grid-template-columns: minmax(320px, .92fr) minmax(0,1.08fr); }
  .hero-copy { padding-right: 26px; }
  .hero h1 { font-size: clamp(43px, 5.2vw, 58px); }
  .hero-visual { min-height: 500px; }
  .contact-layout { gap: 50px; }
  .footer-top { gap: 25px; }
  .calculator-wrap { gap: 45px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 90px; }
  .ticker { height: 27px; }
  .ticker-track { gap: 24px; font-size: 8px; }
  .nav-wrap { position: relative; min-height: 67px; gap: 15px; padding-inline: 20px; }
  .brand { gap: 8px; }
  .brand img { width: 38px; height: 38px; border-radius: 11px; }
  .brand-name { font-size: 22px; }
  .menu-toggle { width: 39px; height: 39px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; order: 3; border: 1px solid #dbe2db; border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 15px; height: 1.5px; display: block; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .primary-nav { position: absolute; z-index: 5; top: 66px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 10px 20px 18px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 14px 20px rgba(16,43,55,.08); }
  .primary-nav.is-open { display: flex; flex-direction: column; }
  .primary-nav a { padding: 11px 0; border-bottom: 1px solid #e5eae4; font-size: 12px; }
  .primary-nav a::after { display: none; }
  .nav-mobile-link { display: block; }
  .nav-cta { min-height: 39px; margin-left: auto; padding-inline: 12px; font-size: 9px; }
  .nav-cta svg { width: 15px; }
  .hero { min-height: unset; grid-template-columns: 1fr; padding: 0; }
  .hero-copy { max-width: none; padding: 62px 23px 39px; }
  .hero h1 { max-width: 550px; margin-top: 19px; font-size: clamp(46px, 11vw, 67px); }
  .hero-copy > p { max-width: 500px; font-size: 13px; }
  .hero-note { margin-top: 29px; }
  .hero-visual { min-height: 350px; }
  .hero-stamp { top: 8%; right: 7%; width: 83px; height: 83px; font-size: 8px; }
  .hero-caption { right: 18px; bottom: 16px; left: 18px; font-size: 8px; }
  .hero-index { display: none; }
  .trust-strip { justify-content: center; gap: 10px 13px; padding-block: 15px; font-size: 8px; }
  .trust-strip i { width: 3px; height: 3px; }
  .section { padding: 72px 22px; }
  .section-heading { display: block; margin-bottom: 27px; }
  .section-heading h2, .split-copy h2, .contact-band h2, .contact-expectation h2 { font-size: clamp(35px, 9vw, 49px); }
  .section-heading > p { max-width: 500px; margin-top: 16px; font-size: 12px; }
  .section-heading > .text-link { margin-top: 18px; }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .service-card { min-height: 250px; }
  .service-card-large { min-height: 310px; grid-column: 1 / -1; }
  .card-number { top: 12px; left: 12px; padding: 6px 7px; font-size: 7px; }
  .service-title { right: 12px; bottom: 14px; left: 13px; font-size: 20px; }
  .service-title svg { width: 17px; }
  .section-tail { margin-top: 16px; font-size: 8px; }
  .section-tail .text-link { font-size: 10px; }
  .split-feature { grid-template-columns: 1fr; }
  .split-image { min-height: 330px; }
  .split-copy { padding: 58px 23px 65px; }
  .split-copy h2 { margin: 13px 0; }
  .split-copy > p { font-size: 12px; }
  .check-list { font-size: 10px; }
  .process-section { padding-block: 73px; }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 25px; }
  .process-grid article { padding: 18px 16px 3px 0; }
  .process-grid article + article { padding-left: 15px; }
  .process-grid article:nth-child(3) { border-left: 0; padding-left: 0; }
  .process-grid h3 { margin: 16px 0 8px; font-size: 19px; }
  .process-grid p { font-size: 10px; }
  .image-banner { min-height: 380px; padding: 57px 23px; }
  .image-banner h2 { font-size: clamp(39px, 10vw, 55px); }
  .journal-preview { padding-top: 73px; }
  .journal-grid { grid-template-columns: 1fr; gap: 21px; }
  .journal-card > div { height: 220px; margin-bottom: 14px; }
  .journal-card h3 { font-size: 18px; }
  .contact-band { min-height: unset; flex-direction: column; align-items: flex-start; padding: 56px 23px; }
  .contact-band h2 { font-size: clamp(39px, 10vw, 54px); }
  .contact-band .button { margin-top: 4px; }
  .site-footer { padding: 49px 23px 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px 25px; padding-bottom: 37px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-brand > p { max-width: 290px; }
  .footer-column h2 { font-size: 10px; }
  .footer-column > a, .footer-column > p { font-size: 9px; overflow-wrap: anywhere; }
  .footer-bottom { padding-block: 16px; }
  .footer-bottom > div { gap: 8px 14px; }
  .whatsapp-float { right: 14px; bottom: 15px; padding: 8px 13px 8px 8px; font-size: 10px; }
  .whatsapp-symbol { width: 24px; height: 24px; }

  .page-hero { min-height: 0; grid-template-columns: 1fr; gap: 27px; padding: 51px 22px 24px; }
  .page-hero > div:first-child { padding: 0; }
  .page-hero h1 { max-width: 590px; margin: 17px 0 12px; font-size: clamp(43px, 10.7vw, 60px); }
  .page-hero > div:first-child > p { font-size: 12px; }
  .page-hero-photo { height: 250px; }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; padding: 63px 22px 65px; }
  .contact-form-panel h2 { font-size: 38px; }
  .field-row { gap: 11px; }
  #contact-form { gap: 14px; }
  #contact-form label { font-size: 9px; }
  #contact-form input:not([type="checkbox"]), #contact-form select, #contact-form textarea { min-height: 44px; padding: 10px; font-size: 10px; }
  #contact-form textarea { min-height: 100px; }
  .contact-details { gap: 25px; }
  .contact-big { font-size: clamp(17px, 5vw, 22px); }
  .map-card { height: 245px; }
  .contact-expectation { padding: 0 22px 65px; }
  .about-intro { grid-template-columns: 1fr; gap: 27px; padding: 68px 22px; }
  .about-number { font-size: 70px; line-height: .8; }
  .about-intro h2 { font-size: 38px; }
  .about-intro p { font-size: 11px; }
  .about-values { grid-template-columns: 1fr; gap: 20px; padding: 47px 22px; }
  .about-values article, .about-values article + article { padding: 0 0 20px; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .about-values article:last-child { padding-bottom: 0; border-bottom: 0; }
  .about-values h3 { margin: 12px 0 6px; font-size: 18px; }
  .about-values p { font-size: 10px; }
  .split-feature-reverse .split-image { order: 0; }
  .service-detail, .service-detail-reverse { grid-template-columns: 1fr; gap: 26px; padding: 38px 22px 46px; }
  .service-detail-reverse .service-detail-photo { order: 0; }
  .service-detail-photo { height: 245px; }
  .service-detail h2 { font-size: 35px; }
  .service-detail p { font-size: 11px; }
  .service-note { padding: 63px 22px; }
  .service-note h2 { font-size: 38px; }
  .service-note p { font-size: 11px; }
  .legal-hero { padding: 57px 22px 31px; }
  .legal-hero h1 { font-size: 46px; }
  .legal-content { padding: 25px 22px 53px; }
  .legal-content h2 { margin-top: 30px; font-size: 19px; }
  .legal-content p, .legal-content li { font-size: 11px; }
  .legal-highlight { gap: 14px; padding: 18px 15px; }
  .legal-monogram { width: 43px; height: 43px; border-radius: 13px; font-size: 20px; }
  .legal-data > div { grid-template-columns: .72fr 1.28fr; gap: 13px; }
  .legal-data dt { font-size: 9px; }
  .legal-data dd { font-size: 10px; overflow-wrap: anywhere; }
  .legal-related { justify-content: flex-start; gap: 12px 20px; padding: 21px 22px; }
  .legal-related a { font-size: 9px; }
  .editorial-note { align-items: flex-start; flex-direction: column; gap: 5px; padding: 17px 22px; }
  .editorial-note p { font-size: 9px; }
  .timeline-section { grid-template-columns: 1fr; gap: 33px; padding: 60px 22px; }
  .timeline-intro { position: static; }
  .timeline-intro h2 { font-size: 36px; }
  .timeline-item { grid-template-columns: 48px 1fr; gap: 14px; padding-left: 19px; }
  .timeline-content h3 { font-size: 16px; }
  .timeline-content p { font-size: 10px; }
  .resource-cards { grid-template-columns: 1fr; }
  .resource-cards a { min-height: 125px; padding: 17px 30px 17px 0; }
  .resource-cards a + a { padding-left: 0; border-left: 0; border-top: 1px solid #dbe1db; }
  .resource-cards h3 { font-size: 17px; }
  .guide-list { padding: 22px 22px 55px; }
  .guide-article { grid-template-columns: 1fr; gap: 11px; padding: 29px 0; }
  .guide-article h2 { font-size: 24px; }
  .guide-article p, .guide-article li { font-size: 10px; }
  .guide-callout { grid-template-columns: 1fr; }
  .guide-callout img { min-height: 225px; max-height: 245px; }
  .guide-callout > p { padding: 30px 22px 38px; }
  .guide-callout strong { font-size: 27px; }
  .calculator-wrap { grid-template-columns: 1fr; gap: 32px; padding: 61px 22px; }
  .calculator-copy h2 { font-size: 38px; }
  .calculator { gap: 14px; padding: 20px 16px; }
  .calculator-tips { padding: 0 22px 60px; }
  .calculator-tips > h2 { font-size: 36px; }
  .tips-grid { grid-template-columns: 1fr; gap: 22px; }
  .tips-grid h3 { margin: 9px 0 6px; }
  .tips-grid p { max-width: 430px; }
  .glossary-wrap { grid-template-columns: 1fr; gap: 33px; padding: 62px 22px; }
  .glossary-intro { position: static; }
  .glossary-intro h2 { font-size: 36px; }
  .glossary-cta { align-items: flex-start; flex-direction: column; padding: 36px 22px; }
  .glossary-cta h2 { font-size: 25px; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; align-items: stretch; flex-direction: column; gap: 12px; padding: 14px; }
  .cookie-copy { gap: 10px; }
  .cookie-icon { width: 26px; height: 26px; font-size: 13px; }
  .cookie-copy strong { font-size: 10px; }
  .cookie-copy p { font-size: 8px; }
  .cookie-actions { justify-content: flex-end; }
  .cookie-actions .button, .cookie-reject { min-height: 34px; }
  .page-loader img { width: 52px; height: 52px; }
}

@media (max-width: 390px) {
  .nav-wrap { gap: 9px; padding-inline: 14px; }
  .nav-cta { padding-inline: 9px; font-size: 8px; }
  .nav-cta svg { display: none; }
  .menu-toggle { width: 35px; height: 35px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-visual { min-height: 300px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-top { gap: 28px 15px; }
  .footer-bottom > div { gap: 7px 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
