.page-layout{min-height:100vh;min-height:100dvh;padding-top:72px;background-color:#f8fafc}.page-section{padding:48px 20px;min-height:calc(100vh - 72px);min-height:calc(100dvh - 72px);display:flex;flex-direction:column;justify-content:flex-start}@media (max-width:768px){.page-layout{min-height:100vh;min-height:100dvh;padding-top:64px}.page-section{padding:32px 16px;min-height:calc(100vh - 64px);min-height:calc(100dvh - 64px)}}.section{padding:80px 20px;min-height:100vh;display:flex;align-items:center}.section-container{max-width:1200px;margin:0 auto;width:100%}.section-title{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:800;color:#0f172a;margin-bottom:1rem;text-align:center;letter-spacing:-.025em;line-height:1.2}.section-intro{font-size:1.125rem;color:#64748b;text-align:center;margin-bottom:2.5rem;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.6}.section-content{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-section{background-color:#f8f9fa}.about-intro{text-align:center;margin-bottom:3rem}.about-intro .lead{font-size:20px;line-height:1.6;color:#495057;max-width:800px;margin:0 auto}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.about-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.07);transition:all .3s ease}.about-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,123,255,.15)}.about-icon{font-size:48px;margin-bottom:1rem}.about-card h3{font-size:22px;color:#212529;margin-bottom:1rem;font-weight:600}.about-card p{font-size:15px;color:#6c757d;line-height:1.7}.about-mission{background:linear-gradient(135deg,#007bff,#0056b3);color:white;padding:2.5rem;border-radius:12px;text-align:center}.about-mission h3{font-size:28px;margin-bottom:1rem;font-weight:600}.about-mission p{font-size:18px;line-height:1.7;opacity:.95}.how-it-works-section{background-color:white}.steps-container{margin-bottom:4rem}.step{display:flex;gap:2rem;margin-bottom:3rem;align-items:flex-start}.step-number{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#007bff,#0056b3);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;box-shadow:0 4px 10px rgba(0,123,255,.3)}.step-content{flex:1}.step-content h3{font-size:24px;color:#212529;margin-bottom:.75rem;font-weight:600}.step-content p{font-size:16px;color:#6c757d;line-height:1.7;margin-bottom:1rem}.step-tip{background-color:#e7f3ff;border-left:4px solid #007bff;font-size:14px;color:#495057}.step-highlight,.step-tip{padding:1rem;border-radius:6px;margin-top:1rem}.step-highlight{background-color:#d4edda;border-left:4px solid #28a745;font-size:15px;color:#155724;line-height:1.8}.calculation-info{background-color:#f8f9fa;padding:2.5rem;border-radius:12px}.calculation-info h3{font-size:28px;color:#212529;margin-bottom:2rem;text-align:center;font-weight:600}.calculation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.calculation-card{background:white;padding:2rem;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.calculation-card h4{font-size:20px;color:#212529;margin-bottom:1rem;font-weight:600}.formula{background-color:#e9ecef;padding:1rem;border-radius:6px;font-family:Courier New,monospace;font-size:14px;color:#495057;margin-bottom:1rem;text-align:center}.formula-desc{font-size:15px;color:#6c757d;text-align:center;line-height:1.6}.contact-section{background-color:#f8f9fa}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:white;padding:1.5rem;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .3s ease}.info-card:hover{transform:translateX(5px);box-shadow:0 4px 12px rgba(0,123,255,.1)}.info-card.highlight{background:linear-gradient(135deg,#e7f3ff,#cfe7ff);border:2px solid #007bff}.info-icon{font-size:36px;margin-bottom:.75rem}.info-card h3{font-size:18px;color:#212529;margin-bottom:.5rem;font-weight:600}.info-card p{font-size:14px;color:#6c757d;line-height:1.6}.info-card a{color:#007bff;text-decoration:none;font-weight:500;transition:color .2s}.info-card a:hover{color:#0056b3;text-decoration:underline}.contact-form-wrapper{background:white;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;font-weight:600;margin-bottom:.5rem;color:#495057;font-size:15px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:15px;transition:all .3s ease;box-sizing:border-box;font-family:inherit}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.1)}.contact-form textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem;font-size:16px;font-weight:600;color:white;background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,123,255,.3)}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,123,255,.4)}.submit-btn:active{transform:translateY(0)}.success-message{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:8px}.error-message,.success-message{margin-top:1rem;padding:1rem;text-align:center;font-size:15px;animation:slideDown .3s ease}.error-message{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:8px}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.section{padding:60px 15px;min-height:auto}.section-title{font-size:32px}.section-intro{font-size:16px;margin-bottom:2rem}.about-intro .lead{font-size:17px}.about-grid{grid-template-columns:1fr;gap:1.5rem}.about-card{padding:1.5rem}.about-mission{padding:2rem}.about-mission h3{font-size:24px}.about-mission p{font-size:16px}.step{flex-direction:column;gap:1rem;margin-bottom:2.5rem}.step-number{width:50px;height:50px;font-size:24px}.step-content h3{font-size:20px}.calculation-grid{grid-template-columns:1fr;gap:1.5rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form-wrapper{padding:1.5rem}.info-card{padding:1.25rem}}@media (min-width:769px) and (max-width:1024px){.section{padding:70px 20px}.section-title{font-size:36px}.about-grid{grid-template-columns:repeat(2,1fr)}.calculation-grid,.contact-content{grid-template-columns:1fr}}.privacy-section{margin-bottom:3rem}.privacy-section h2{font-size:28px;color:#212529;margin-bottom:1.5rem;margin-top:2rem;font-weight:600;border-bottom:2px solid #e9ecef;padding-bottom:.5rem}.privacy-card{background:white;padding:1.5rem;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:1.5rem}.privacy-card h3{font-size:20px;color:#212529;margin-bottom:1rem;font-weight:600}.privacy-card p{font-size:15px;color:#6c757d;line-height:1.7;margin-bottom:1rem}.privacy-card ul{list-style:none;padding-left:0;margin:1rem 0}.privacy-card ul li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#495057;line-height:1.6}.privacy-card ul li:before{content:"✓";position:absolute;left:0;color:#007bff;font-weight:700}.privacy-card code{background-color:#f8f9fa;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:14px;color:#e83e8c}.privacy-card a{color:#007bff;text-decoration:none;font-weight:500}.privacy-card a:hover{text-decoration:underline}.privacy-note{background-color:#e7f3ff;border-left:4px solid #007bff;padding:1rem;margin-top:1rem;border-radius:6px;font-size:14px;color:#495057}.privacy-footer{margin-top:3rem}@media (max-width:768px){.privacy-section h2{font-size:24px}.privacy-card{padding:1.25rem}.privacy-card h3{font-size:18px}}.dark .about-section,.dark .contact-section,.dark .how-it-works-section,.dark .page-layout,.dark .page-section{background-color:#020617}.dark .section-container{color:#f3f4f6}.dark .section-title{color:#f9fafb}.dark .section-intro{color:#d1d5db}.dark .about-intro .lead{color:#e5e7eb}.dark .about-card{background:#1f2937;box-shadow:0 4px 6px rgba(0,0,0,.3)}.dark .about-card:hover{box-shadow:0 8px 15px rgba(59,130,246,.3)}.dark .about-card h3{color:#f9fafb}.dark .about-card p{color:#d1d5db}.dark .step-content h3{color:#f9fafb}.dark .step-content p{color:#d1d5db}.dark .step-tip{background-color:#1e3a5f;border-left-color:#3b82f6;color:#bfdbfe}.dark .step-highlight{background-color:#1e3a2f;border-left-color:#10b981;color:#d1fae5}.dark .calculation-info{background-color:#1f2937}.dark .calculation-info h3{color:#f9fafb}.dark .calculation-card{background:#111827;box-shadow:0 2px 8px rgba(0,0,0,.4)}.dark .calculation-card h4{color:#f9fafb}.dark .formula{background-color:#374151;color:#e5e7eb}.dark .formula-desc{color:#d1d5db}.dark .info-card{background:#1f2937;box-shadow:0 2px 8px rgba(0,0,0,.3)}.dark .info-card:hover{box-shadow:0 4px 12px rgba(59,130,246,.2)}.dark .info-card.highlight{background:linear-gradient(135deg,#1e3a5f,#1e40af);border-color:#3b82f6}.dark .info-card h3{color:#f9fafb}.dark .info-card p{color:#d1d5db}.dark .info-card a{color:#60a5fa}.dark .info-card a:hover{color:#93c5fd}.dark .contact-form-wrapper{background:#1f2937;box-shadow:0 4px 12px rgba(0,0,0,.4)}.dark .contact-form label{color:#e5e7eb}.dark .contact-form input,.dark .contact-form select,.dark .contact-form textarea{background-color:#111827;border-color:#374151;color:#f3f4f6}.dark .contact-form input:focus,.dark .contact-form select:focus,.dark .contact-form textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.dark .success-message{background-color:#1e3a2f;color:#d1fae5;border-color:#10b981}.dark .error-message{background-color:#3a1e1e;color:#fecaca;border-color:#dc2626}.dark .submit-btn:disabled{opacity:.4}.dark .privacy-section h2{color:#f9fafb;border-bottom-color:#374151}.dark .privacy-card{background:#1f2937;box-shadow:0 2px 8px rgba(0,0,0,.3)}.dark .privacy-card h3{color:#f9fafb}.dark .privacy-card p{color:#d1d5db}.dark .privacy-card ul li{color:#e5e7eb}.dark .privacy-card ul li:before{color:#60a5fa}.dark .privacy-card code{background-color:#374151;color:#f472b6}.dark .privacy-card a{color:#60a5fa}.dark .privacy-card a:hover{color:#93c5fd}.dark .privacy-note{background-color:#1e3a5f;border-left-color:#3b82f6;color:#bfdbfe}:host,:root{--ol-background-color:white;--ol-accent-background-color:#F5F5F5;--ol-subtle-background-color:rgba(128,128,128,0.25);--ol-partial-background-color:rgba(255,255,255,0.75);--ol-foreground-color:#333333;--ol-subtle-foreground-color:#666666;--ol-brand-color:#00AAFF}.ol-box{box-sizing:border-box;border-radius:2px;border:1.5px solid var(--ol-background-color);background-color:var(--ol-partial-background-color)}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:var(--ol-partial-background-color);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid var(--ol-subtle-foreground-color);border-top:none;color:var(--ol-foreground-color);font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-bar-inner{display:flex}.ol-scale-step-marker{width:1px;height:15px;background-color:var(--ol-foreground-color);float:right;z-index:10}.ol-scale-step-text{bottom:-5px;font-size:10px;z-index:11}.ol-scale-step-text,.ol-scale-text{position:absolute;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-text{font-size:12px;text-align:center;bottom:25px}.ol-scale-singlebar{position:relative;height:10px;z-index:9;box-sizing:border-box;border:1px solid var(--ol-foreground-color)}.ol-scale-singlebar-even{background-color:var(--ol-subtle-foreground-color)}.ol-scale-singlebar-odd{background-color:var(--ol-background-color)}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-viewport canvas{all:unset;overflow:hidden}.ol-viewport{touch-action:pan-x pan-y}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ol-grabbing{cursor:grabbing}.ol-grab{cursor:move;cursor:grab}.ol-control{position:absolute;background-color:var(--ol-subtle-background-color);border-radius:4px}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:var(--ol-subtle-foreground-color);font-weight:700;text-decoration:none;font-size:inherit;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:var(--ol-background-color);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;outline:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em);display:flex;flex-flow:row-reverse;align-items:center}.ol-attribution a{color:var(--ol-subtle-foreground-color);text-decoration:none}.ol-attribution ul{margin:0;padding:1px .5em;color:var(--ol-foreground-color);text-shadow:0 0 2px var(--ol-background-color);font-size:12px}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button{flex-shrink:0}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:var(--ol-partial-background-color)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:block}.ol-overviewmap .ol-overviewmap-map{border:1px solid var(--ol-subtle-foreground-color);height:150px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:0;left:0;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:var(--ol-subtle-background-color)}.ol-overviewmap-box{border:1.5px dotted var(--ol-subtle-foreground-color)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}.ol-overviewmap .ol-viewport:hover{cursor:pointer}