* { box-sizing: border-box; }
body { font-family: Arial, Helvetica, sans-serif; color: #182f28; background: white; }
a { color: inherit; }
summary { cursor: pointer; }
summary:focus-visible { outline: 3px solid #5c8753; outline-offset: 4px; }
details { border-bottom: 1px solid #dce5df; }
.feature-number { display: block; color: #46745b; font-family: monospace; margin-bottom: 2rem; }
/* Dinaryo's public identity: deep green, bright accents, and clear financial typography. */
:root, .dark {
  --background: #ffffff; --foreground: #182f28; --card: #ffffff; --card-foreground: #182f28;
  --popover: #ffffff; --popover-foreground: #182f28; --primary: #244b3e; --primary-foreground: #ffffff;
  --secondary: #edf4ef; --secondary-foreground: #244b3e; --muted: #f3f6f4; --muted-foreground: #52655d;
  --accent: #d7f29b; --accent-foreground: #18352b; --border: #dce5df; --input: #dce5df; --ring: #427c62;
  --radius: .75rem;
}
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; font-size: 1rem; line-height: 1.65; }
a { text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #5c8753; outline-offset: 5px; }
::selection { background: #d7f29b; color: #18352b; }
.wrap { width: min(1280px, calc(100% - 7rem)); margin-inline: auto; }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: 163px; height: auto; display: block; }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 2rem; font-size: .875rem; font-weight: 500; }
.site-header nav a:hover, .site-footer nav a:hover { color: #47745d; }
.language-link { border-left: 1px solid var(--border); padding-left: 1.5rem; }
.login-link { display: inline-flex; align-items: center; gap: .7rem; border: 1px solid #aec0b6; border-radius: 6px; padding: .6rem 1rem; }
.eyebrow { font-size: .75rem; font-weight: 600; letter-spacing: .11em; line-height: 1.7; margin: 0 0 1.5rem; }
.hero { display: grid; grid-template-columns: 1.25fr 1fr; gap: 4rem; padding-top: 4rem; padding-bottom: 5.5rem; align-items: center; }
.hero .eyebrow { display: flex; align-items: center; gap: .65rem; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #4c7958; }
h1 { font-size: clamp(3.5rem, 5.7vw, 5.8rem); line-height: 1.05; font-weight: 500; letter-spacing: -.065em; margin: 0; }
h1 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.055em; color: #46745b; }
.intro { max-width: 32rem; font-size: 1.15rem; color: var(--muted-foreground); margin: 2rem 0 2.2rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .95rem 1.25rem; border-radius: 6px; font-size: .9375rem; font-weight: 500; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--primary); color: white; }
.primary:hover { background: #163b2e; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; font-size: .875rem; }
.hero-note { font-size: .8125rem; max-width: 29rem; color: #64756d; margin-top: 1.8rem; }
.day-panel { background: #183c30; color: #fff; border-radius: 12px; padding: 2.5rem; position: relative; box-shadow: 0 20px 50px #183c3012; }
.day-panel .eyebrow { color: #c4d8bd; margin-bottom: 1.2rem; }
.day-panel h2 { color: white; font-size: 2rem; letter-spacing: -.035em; white-space: pre-line; line-height: 1.2; margin: 0 0 2rem; }
.day-steps { list-style: none; padding: 0; margin: 0; }
.day-steps li { display: grid; grid-template-columns: 2.2rem 1fr; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid #ffffff24; }
.step-number { font-family: var(--font-geist-mono), monospace; font-size: .8125rem; color: #c9ef92; padding-top: .25rem; }
.day-steps h3 { font-weight: 500; font-size: 1.125rem; margin: 0 0 .3rem; }
.day-steps p { font-size: .875rem; line-height: 1.6; margin: 0; color: #c5d5cc; }
.panel-footer { border-radius: 5px; display: flex; align-items: center; gap: .65rem; background: #d7f29b; color: #193e2c; margin: 1.1rem 0 0; padding: .9rem; font-size: .8125rem; font-weight: 500; }
.panel-footer svg { flex-shrink: 0; }
.services-strip { border-top: 1px solid var(--border); padding: 2.5rem 0 4rem; }
.services-strip .eyebrow { color: #5a6d61; }
.service-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--border); }
.service-highlights article { padding: 1.8rem 2.5rem 0 0; }
.service-highlights article + article { border-left: 1px solid var(--border); padding-left: 2.5rem; }
.service-highlights h2 { margin: 0 0 .8rem; font-size: clamp(1.4rem, 2vw, 1.85rem); line-height: 1.2; font-weight: 500; letter-spacing: -.035em; }
.service-highlights p { max-width: 24rem; margin: 0; color: #52655d; font-size: .9375rem; line-height: 1.75; }
.product-section { background: #f1f5f2; padding: 6rem 0; }
.section-heading { display: grid; grid-template-columns: 1.5fr 1fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2, .story h2, .faq-section h2 { font-size: clamp(2rem, 3.1vw, 3.25rem); line-height: 1.15; letter-spacing: -.05em; font-weight: 500; margin: 0; white-space: pre-line; }
.section-heading > p { color: #52655d; margin: 0; max-width: 25rem; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.features article { padding: 1.6rem 1.4rem; background: #fff; border: 1px solid #e2eae4; border-radius: 8px; }
.features svg { color: #46745b; margin-bottom: 2rem; }
.features h3 { font-size: 1.0625rem; font-weight: 600; margin: 0 0 .7rem; letter-spacing: -.025em; }
.features p { color: #52655d; font-size: .9375rem; line-height: 1.7; margin: 0; }
.story { padding: 6rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem 5rem; align-items: center; }
.story-copy > p:last-child { margin: 1.5rem 0 0; color: #52655d; line-height: 1.85; }
.comparison { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.comparison-head, .comparison-row { display: grid; grid-template-columns: 1fr 1fr; }
.comparison-head span { font-weight: 600; font-size: .875rem; padding: 1rem 1.3rem; background: #f2f5f3; }
.comparison-head span:last-child { background: #e4efdf; }
.comparison-row { border-top: 1px solid var(--border); }
.comparison-row p { padding: 1.1rem 1.3rem; margin: 0; font-size: .9375rem; color: #64756d; }
.comparison-row p:last-child { display: flex; align-items: flex-start; gap: .6rem; color: #274633; background: #f8faf6; }
.comparison-row svg { flex-shrink: 0; margin-top: .3rem; }
.care { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 1.5rem; border-top: 1px solid var(--border); padding-top: 2rem; }
.care svg { flex-shrink: 0; color: #46745b; }
.care h3 { font-size: 1.25rem; font-weight: 500; letter-spacing: -.02em; margin: 0 0 .5rem; }
.care p { color: #52655d; margin: 0; max-width: 58rem; }
.faq-section { display: grid; grid-template-columns: .9fr 1.2fr; gap: 6rem; padding: 1rem 0 6rem; }
.question { font-size: 1rem; padding: 1.15rem 0; line-height: 1.5; }
.answer { font-size: .9375rem; color: #52655d; line-height: 1.8; padding-bottom: 1.1rem; }
.closing { padding: 4.5rem 0; background: #183c30; color: white; }
.closing-inner { display: flex; justify-content: space-between; align-items: center; gap: 3rem; }
.closing .eyebrow { color: #c8e2bc; }
.closing h2 { font-size: clamp(2.5rem, 4.4vw, 4.5rem); line-height: 1.1; letter-spacing: -.05em; font-weight: 400; margin: 0; white-space: pre-line; }
.closing p:last-child { color: #c7d6cf; max-width: 32rem; margin: 1.5rem 0 0; }
.light { background: #d7f29b; color: #193e2c; flex-shrink: 0; }
.site-footer { padding-top: 3rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; }
.site-footer .brand { width: 139px; }
.site-footer p { font-size: .875rem; color: #64756d; margin: .5rem 0 0; }
.footer-bottom { border-top: 1px solid var(--border); width: 100%; padding: 1.4rem 0; display: flex; justify-content: space-between; gap: 1rem; color: #64756d; font-size: .75rem; }
.skip-link { position: fixed; left: 1rem; top: -6rem; background: white; padding: .8rem 1.2rem; z-index: 10; border: 1px solid var(--border); }
.skip-link:focus { top: 1rem; }
.legal-header { border-bottom: 1px solid var(--border); }
.legal-main { background: linear-gradient(#f1f5f2 0 22rem, #fff 22rem); padding: 4.5rem 0 6rem; }
.legal-title { padding-bottom: 3.5rem; }
.legal-title .eyebrow { color: #527062; margin-bottom: 1rem; }
.legal-title h1 { font-size: clamp(3rem, 5vw, 5rem); }
.legal-title > p:last-child { color: var(--muted-foreground); margin: 1rem 0 0; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(15rem, .75fr); gap: 4rem; align-items: start; }
.legal-document { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: clamp(2rem, 5vw, 4.5rem); box-shadow: 0 24px 60px #183c300d; }
.legal-section + .legal-section { border-top: 1px solid var(--border); margin-top: 2rem; padding-top: 2rem; }
.legal-section h2 { font-size: 1.3rem; line-height: 1.35; letter-spacing: -.025em; margin: 0 0 .9rem; }
.legal-section p, .legal-section li { color: #455c52; }
.legal-section p { margin: 0 0 1rem; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { margin: .75rem 0 1rem; padding-left: 1.35rem; }
.legal-section li { margin: .45rem 0; padding-left: .25rem; }
.legal-section a { color: #315f4b; font-weight: 600; text-decoration: underline; text-underline-offset: .2em; }
.legal-actions { border-top: 1px solid var(--border); margin-top: 2.5rem; padding-top: 2rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.legal-aside { position: sticky; top: 2rem; background: #183c30; color: #fff; border-radius: 10px; padding: 2rem; }
.legal-aside .eyebrow { color: #c8e2bc; margin-bottom: .8rem; }
.legal-aside h2 { font-size: 1.6rem; line-height: 1.25; margin: 0 0 .8rem; }
.legal-aside p { color: #c7d6cf; font-size: .9375rem; }
.legal-aside a { color: #d7f29b; font-weight: 600; overflow-wrap: anywhere; }
@media (max-width: 1100px) { .wrap { width: calc(100% - 4rem); } .hero { gap: 2rem; } .hero-actions { gap: 1.2rem; } .day-panel { padding: 2rem; } .features { grid-template-columns: repeat(2, 1fr); } .story { gap: 3rem; } }
@media (max-width: 800px) { .wrap { width: calc(100% - 2.5rem); } .site-header { min-height: 90px; gap: 1rem; } .brand { width: 135px; } .site-header nav { gap: 1rem; } .section-link { display: none; } .language-link { border: 0; padding: 0; } .hero { grid-template-columns: 1fr; padding-top: 2.3rem; padding-bottom: 3rem; gap: 2.7rem; } h1 { font-size: clamp(3.2rem, 9vw, 4.8rem); } .intro { max-width: 36rem; } .day-panel { padding: 2rem; } .service-highlights { grid-template-columns: 1fr; } .service-highlights article { padding: 1.5rem 0; } .service-highlights article + article { border-left: 0; border-top: 1px solid var(--border); padding-left: 0; } .service-highlights p { max-width: 38rem; } .section-heading, .story, .faq-section, .legal-layout { grid-template-columns: 1fr; gap: 2rem; } .section-heading > p { max-width: 100%; } .product-section { padding: 3.5rem 0; } .story { padding: 3.5rem 0; } .faq-section { padding-bottom: 3.5rem; } .closing-inner { flex-direction: column; align-items: flex-start; gap: 2rem; } .footer-bottom { flex-direction: column; gap: .5rem; } .legal-main { padding: 3rem 0 4rem; background: linear-gradient(#f1f5f2 0 18rem, #fff 18rem); } .legal-title { padding-bottom: 2.5rem; } .legal-aside { position: static; } .legal-header nav > a:not(.login-link):not(.language-link) { display: none; } }
@media (max-width: 420px) { .site-header nav { gap: .65rem; } .login-link { padding: .5rem .7rem; } .login-link svg { display: none; } .brand { width: 118px; } .features { grid-template-columns: 1fr; } .hero-actions { flex-direction: column; align-items: flex-start; } .comparison-row p { padding: 1rem; } .comparison-head span { padding: 1rem; } .site-footer nav { gap: 1.3rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
