:root{--da-primary: #1b4d3e;--da-text: #1a1a1a;--da-bg: #fdfaf1;--da-bg-subtle: #f7f3e3;--s-1: .25rem;--s-2: .5rem;--s-3: .75rem;--s-4: 1rem;--s-6: 1.5rem;--s-8: 2rem;--s-12: 3rem;--s-16: 4rem;--s-24: 6rem;--s-32: 8rem;--space-section: 1rem;--space-gap: 1rem;--space-gap-lg: 2rem;--space-heading: .75rem}@media(min-width:768px){:root{--space-section: 2rem;--space-gap: 3rem;--space-gap-lg: 5rem;--space-heading: 1.5rem}}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;scroll-padding-top:4rem}@media(min-width:768px){html{scroll-padding-top:5rem}}body{min-height:100vh;margin:0;font-family:Inter,Noto Sans JP,-apple-system,BlinkMacSystemFont,Hiragino Sans,Hiragino Kaku Gothic ProN,Yu Gothic UI,Yu Gothic,Meiryo,sans-serif;background-color:var(--da-bg);color:var(--da-text);line-height:1.8;-webkit-font-smoothing:antialiased;letter-spacing:.02em}p{margin:0 0 1.5em}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5{margin:0;font-family:Inter,Noto Sans JP,sans-serif;color:var(--da-text);font-weight:900;line-height:1.4;letter-spacing:-.01em}h1{font-size:2.25rem;margin-bottom:var(--space-heading)}h2{font-size:1.5rem;margin-bottom:var(--space-heading);border-left:4px solid var(--da-primary);padding-left:.75rem}h3{font-size:1.5rem;margin-bottom:var(--s-4)}h4{font-size:1.25rem;margin-bottom:var(--s-3)}@media(min-width:768px){h1{font-size:3.5rem}h2{font-size:1.875rem}h3{font-size:1.75rem}}:focus-visible{outline:3px solid var(--da-primary);outline-offset:2px}a{color:inherit;text-decoration:none;transition:all .2s ease}.da-container{max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.da-container{padding-left:2rem;padding-right:2rem}}.site-header{width:100%;background-color:var(--da-bg);border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:50}.header-inner{height:3.5rem;display:flex;align-items:center;justify-content:space-between}@media(min-width:768px){.header-inner{height:4.5rem}}.site-logo{display:flex;flex-direction:column;align-items:center;z-index:50;padding:.5rem 0}.logo-main-row{display:flex;align-items:center;gap:.25rem}.logo-spacer{width:1.5rem;flex-shrink:0}.logo-icon{width:1.5rem;height:1.5rem;object-fit:contain;border-radius:4px}.site-logo:hover .logo-text{color:var(--da-primary)}.logo-text{font-size:1.25rem;font-weight:900;letter-spacing:-.05em;color:var(--da-text);transition:color .2s ease}@media(min-width:768px){.logo-text{font-size:1.5rem}.logo-icon,.logo-spacer{width:2rem;height:2rem}}.logo-subtitle{font-size:.5rem;font-weight:700;letter-spacing:.3em;color:#64748b;text-transform:uppercase;margin-top:-.4rem;white-space:nowrap}@media(min-width:768px){.logo-subtitle{font-size:10px;margin-top:-.6rem}}.main-nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.main-nav{display:flex}}.nav-link{font-size:.875rem;font-weight:700;color:#475569;padding:1rem .5rem;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:var(--da-primary)}.nav-link{position:relative}.nav-link:after{content:"";position:absolute;bottom:.75rem;left:.5rem;right:.5rem;height:2px;background-color:var(--da-primary);transform:scaleX(0);transition:transform .2s ease;transform-origin:center}.nav-link.active:after{transform:scaleX(1)}.menu-toggle{display:block;z-index:50;padding:1rem;margin-right:-1rem;color:var(--da-text);background:none;border:none;cursor:pointer;transition:color .2s ease}.menu-toggle:hover{color:var(--da-primary)}@media(min-width:768px){.menu-toggle{display:none}}.menu-icon{width:2rem;height:2rem}.menu-icon.hidden{display:none}.mobile-nav{position:fixed;inset:0;background-color:var(--da-bg);z-index:40;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(100%);transition:transform .3s ease}.mobile-nav.active{transform:translate(0)}@media(min-width:768px){.mobile-nav{display:none}}.mobile-nav-inner{display:flex;flex-direction:column;align-items:center;gap:2rem}.mobile-nav-link{font-size:1.5rem;font-weight:900;color:var(--da-text);padding:.5rem;transition:color .2s ease}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--da-primary)}.da-button-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;background-color:var(--da-primary);padding:.75rem 2rem;font-size:1rem;font-weight:700;letter-spacing:.1em;color:#fff;min-height:48px;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px #0f2b23}.da-button-primary:hover{filter:brightness(1.1)}.da-button-primary:active{transform:translateY(2px) scale(.98);box-shadow:0 2px #0f2b23}.da-button-outline{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;border:2px solid var(--da-primary);padding:.75rem 2rem;font-size:1rem;font-weight:700;letter-spacing:.1em;color:var(--da-primary);min-height:48px;background:transparent;cursor:pointer;transition:all .2s ease}.da-button-outline:hover{background-color:#1b4d3e0d}.da-button-outline:active{transform:scale(.98)}.section{padding:var(--space-section) 0;border-bottom:1px solid #f1f5f9}.section-header{margin-bottom:1rem}@media(min-width:768px){.section-header{margin-bottom:2rem}}.section-subtitle-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}@media(min-width:768px){.section-subtitle-wrapper{margin-bottom:1.5rem}}.section-subtitle-line{width:1.5rem;height:2px;background-color:var(--da-primary)}@media(min-width:768px){.section-subtitle-line{width:2rem}}.section-subtitle{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:var(--da-primary)}.hero{background-color:var(--da-bg-subtle);border-bottom:1px solid #e2e8f0;padding:var(--space-section) 0}.hero-content{display:flex;flex-direction:column;gap:var(--space-gap)}.hero-header{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.hero-header{gap:2rem}}.hero-badge{display:inline-flex;align-items:center;gap:1rem}.hero-badge-line{width:3rem;height:3px;background-color:var(--da-primary)}.hero-badge-text{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.4em;color:var(--da-primary)}.hero-eyebrow{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.4em;color:var(--da-primary);margin-bottom:.5rem;display:block}.hero-eyebrow-break-mobile{display:block}@media(min-width:640px){.hero-eyebrow-break-mobile{display:none}}.hero-title{font-weight:900;line-height:1.2;letter-spacing:-.05em;color:var(--da-text)}@media(min-width:768px){.hero-title{line-height:1.1}}.hero-title-break{display:none}@media(min-width:768px){.hero-title-break{display:block}}.hero-subtitle{max-width:42rem;font-size:1.125rem;line-height:1.75;color:#334155;font-weight:500}.hero-subtitle-break-mobile{display:block}@media(min-width:768px){.hero-subtitle{font-size:1.25rem}}@media(min-width:640px){.hero-subtitle-break-mobile{display:none}}.hero-ctas{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}@media(min-width:640px){.hero-ctas{flex-direction:row;gap:1.5rem}}@media(min-width:768px){.hero-ctas{padding-top:2rem}}.hero-cta-button{width:100%}@media(min-width:640px){.hero-cta-button{width:auto}}.hero-cta-icon{margin-left:.75rem;width:1.25rem;height:1.25rem;display:none}@media(min-width:640px){.hero-cta-icon{display:block}}.content-text-large{max-width:56rem;display:flex;flex-direction:column;gap:1.5rem;font-size:1rem;line-height:1.75;color:#334155}@media(min-width:768px){.content-text-large{gap:2rem}}.content-paragraph{font-weight:500;letter-spacing:normal;margin:0}.services-intro{max-width:56rem;margin-bottom:3rem}.services-intro-text{font-size:1rem;color:#334155;font-weight:500;line-height:1.75}.services-grid{display:grid;gap:1.5rem}@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.service-card{padding:1.5rem;border-radius:.375rem;background-color:var(--da-bg);border:1px solid #e2e8f0;transition:all .3s ease}@media(min-width:768px){.service-card{padding:2rem}}.service-card:hover{border-color:var(--da-primary)}.service-icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.5rem}@media(min-width:768px){.service-icon{margin-bottom:2rem}}.service-icon-inner{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#1b4d3e1a;display:flex;align-items:center;justify-content:center;color:var(--da-primary);font-weight:900}.service-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:var(--da-text)}@media(min-width:768px){.service-title{font-size:1.25rem;margin-bottom:1.5rem}}.service-description{font-size:1rem;color:#475569;line-height:1.75;font-weight:500}.service-image-wrapper{margin-bottom:1.5rem;border-radius:.375rem;overflow:hidden;background-color:var(--da-bg-subtle);aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}.service-image{width:100%;height:100%;object-fit:cover}@media(min-width:768px){.service-image-wrapper{margin-bottom:2rem}}.about-content{display:flex;flex-direction:column;gap:var(--space-gap-lg)}.about-history{display:flex;flex-direction:column;gap:2.5rem}.about-section-title{font-size:.75rem;font-weight:700;color:var(--da-text);text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem;display:inline-block}.timeline{display:grid;gap:2.5rem}@media(min-width:768px){.timeline{gap:3rem}}.timeline-item{display:grid;gap:1rem;align-items:start}@media(min-width:768px){.timeline-item{grid-template-columns:10rem 1fr;gap:2rem}}.timeline-year{font-size:1.25rem;font-weight:700;color:var(--da-text);opacity:.6;letter-spacing:.05em;transition:color .3s ease}.timeline-item:hover .timeline-year{color:var(--da-primary)}.timeline-content{display:flex;flex-direction:column;gap:.75rem}.timeline-event{font-size:1.25rem;font-weight:700;color:var(--da-text);line-height:1.4}.timeline-description{font-size:1rem;color:#475569;font-weight:500;line-height:1.75;max-width:48rem}.representative-section{display:flex;flex-direction:column;gap:1rem}.representative-content{display:grid;gap:1rem;align-items:start}@media(min-width:1024px){.representative-content{grid-template-columns:1fr 2fr;gap:4rem}}.representative-intro{display:flex;flex-direction:column;gap:.75rem}.representative-name-wrapper,.representative-name-inner{display:flex;flex-direction:column;gap:.25rem}.representative-ruby{font-size:.75rem;font-weight:700;color:#64748b;letter-spacing:.2em}.representative-name{font-size:1.25rem;font-weight:700;color:var(--da-text)}.representative-role{font-size:.875rem;font-weight:700;color:var(--da-primary);letter-spacing:.15em;text-transform:uppercase}.representative-bio{font-size:1rem;line-height:1.75;color:#334155;font-weight:500}.representative-history-wrapper{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:.375rem;background-color:var(--da-bg);border:1px solid #e2e8f0}@media(min-width:768px){.representative-history-wrapper{padding:1.25rem}}.representative-history-section{display:flex;flex-direction:column;gap:1rem}.representative-history{display:flex;flex-direction:column;gap:2rem}.history-item{display:flex;flex-direction:column;gap:.75rem}.history-item-inner{display:grid;grid-template-columns:5rem 1fr;gap:1rem;align-items:baseline}@media(min-width:768px){.history-item-inner{gap:2rem}}.history-year{font-size:.875rem;font-weight:700;color:#94a3b8;transition:color .3s ease}.history-item:hover .history-year{color:var(--da-primary)}.history-event{font-size:1rem;color:var(--da-text);font-weight:500;line-height:1.4}.contact-content{max-width:48rem;display:flex;flex-direction:column;gap:2rem}.contact-text{font-size:1rem;line-height:1.75;color:#334155;font-weight:500}.contact-email-wrapper{padding-top:1rem;border-top:1px solid #e2e8f0}.contact-email-title{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.75rem}.contact-email-link{display:inline-flex;align-items:center;color:var(--da-text);font-weight:700;min-height:48px;text-decoration:underline;text-decoration-color:#e2e8f0;text-underline-offset:8px;transition:all .2s ease}.contact-email-link:hover{color:var(--da-primary);text-decoration-color:var(--da-primary)}.contact-email-icon{margin-left:.5rem;width:1rem;height:1rem}.site-footer{width:100%;background-color:var(--da-bg-subtle);border-top:1px solid #e2e8f0;padding-top:2rem;padding-bottom:1rem}.footer-content{display:grid;grid-template-columns:1fr;gap:4rem;margin-bottom:5rem}@media(min-width:768px){.footer-content{grid-template-columns:repeat(2,1fr)}}.footer-brand{display:flex;flex-direction:column;gap:2rem}.footer-logo{display:flex;flex-direction:column}.footer-logo-text{font-size:1.875rem;font-weight:900;letter-spacing:-.05em;color:var(--da-text)}.footer-logo-subtitle{font-size:.6875rem;font-weight:700;letter-spacing:.4em;color:#94a3b8;text-transform:uppercase}.footer-description{font-size:1rem;color:#64748b;max-width:28rem;line-height:1.75;font-weight:500}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-section-title{font-size:.75rem;font-weight:900;color:var(--da-text);text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.footer-nav{display:flex;flex-direction:column;gap:1rem}.footer-link{font-size:.875rem;font-weight:700;color:#475569;transition:color .2s ease}.footer-link:hover{color:var(--da-primary)}.footer-link.underlined{text-decoration:underline;text-decoration-color:#e2e8f0;text-underline-offset:4px}.footer-bottom{padding-top:2rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-copyright{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.75rem;font-weight:500;color:#94a3b8;letter-spacing:.05em}.footer-location{display:flex;gap:2rem}.footer-location-text{font-size:.6875rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.3em}.selection-highlight{background-color:#1b4d3e1a;color:var(--da-primary)}::selection{background-color:#1b4d3e1a;color:var(--da-primary)}.overflow-hidden{overflow:hidden}.simple-history-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0;margin:0}.simple-history-item{display:grid;grid-template-columns:5.25rem 1fr;gap:.25rem;align-items:baseline}.simple-history-year{font-size:.75rem;font-weight:700;color:#94a3b8;font-feature-settings:"palt";white-space:nowrap}.simple-history-content{display:flex;flex-direction:column;gap:.25rem}.simple-history-event{font-size:.9375rem;font-weight:500;color:var(--da-text);line-height:1.6}.simple-history-description{font-size:.8125rem;color:#64748b;line-height:1.5}.footer-simple-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding-top:0;padding-bottom:0;text-align:center}.footer-contact-link{font-size:.875rem;font-weight:700;color:var(--da-text);text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--da-primary);transition:all .2s ease}.footer-contact-link:hover{color:var(--da-primary)}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out;will-change:opacity,transform}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.hero{position:relative;overflow:hidden;min-height:60vh;display:flex;align-items:center;border-bottom:none;background-color:var(--da-primary)}.hero-background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/hero-bg.png);background-size:cover;background-position:center;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#1b4d3e99);z-index:1}.hero-content{position:relative;z-index:2;width:100%}.hero-title-line{display:inline-block;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out;will-change:opacity,transform}.hero-title-line.is-visible{opacity:1;transform:translateY(0)}.hero-title{color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.3)}.hero-subtitle{color:#f1f5f9;text-shadow:0 2px 4px rgba(0,0,0,.3)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;transition:opacity 1s ease-out,transform 1s ease-out}.scroll-indicator.animate-on-scroll{transform:translate(-50%) translateY(20px)}.scroll-indicator.animate-on-scroll.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.scroll-text{font-size:.75rem;font-weight:700;letter-spacing:.2em;color:#fff;opacity:1;text-shadow:0 2px 4px rgba(0,0,0,.3)}.scroll-line{width:1px;height:40px;background-color:#fff;opacity:.6;position:relative;overflow:hidden;box-shadow:0 0 4px #0000004d}.scroll-line:after{content:"";position:absolute;top:0;left:0;width:100%;height:50%;background-color:#fff;animation:scroll-line-anim 2s infinite}@keyframes scroll-line-anim{0%{transform:translateY(-100%)}to{transform:translateY(200%)}}.qa-grid{display:grid;gap:1.5rem}@media(min-width:768px){.qa-grid{gap:2rem}}.qa-item{padding:1rem;border-radius:.375rem;background-color:var(--da-bg);border:1px solid #e2e8f0;transition:all .3s ease}.qa-item:hover{border-color:var(--da-primary)}.qa-question-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.qa-question{font-size:1.125rem;font-weight:700;color:var(--da-primary);margin:0;flex:1;display:flex;align-items:baseline;gap:.5rem}.qa-copy-btn{flex-shrink:0;padding:.25rem;border:1px solid rgba(0,0,0,.12);border-radius:.25rem;background:#fff;color:var(--da-text);cursor:pointer;transition:border-color .2s,color .2s}.qa-copy-btn:hover,.qa-copy-btn--copied{border-color:var(--da-primary);color:var(--da-primary)}.qa-question:before{content:"Q.";font-weight:900;font-size:1.25rem}.qa-answer{font-size:1rem;color:var(--da-text);line-height:1.6;margin:0;display:grid;grid-template-columns:auto 1fr;align-items:start;column-gap:.5rem}.qa-answer:before{content:"A.";font-weight:900;font-size:1.25rem;color:var(--da-text)}.qa-answer-body{display:block;min-width:0}.qa-answer .inline-highlight,.content-paragraph .inline-highlight,.service-description .inline-highlight,.representative-bio .inline-highlight{font-weight:700;background:linear-gradient(transparent 62%,#fde047 62%);padding:0 .2rem;box-decoration-break:clone;-webkit-box-decoration-break:clone}.inline-highlight-no-bold{font-weight:inherit!important}.slot-schedule-block{display:block;margin-top:.5rem;margin-left:-1.75rem;width:fit-content;font-size:1.2em;max-width:100%;padding:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--da-bg-subtle);border-radius:.25rem}@media(max-width:768px){.slot-schedule-block{max-width:calc(100vw - 2rem)}.slot-schedule:not(.slot-schedule-fri){width:12rem;min-width:12rem}.slot-schedule-fri{width:4rem;min-width:4rem}.slot-schedule-header .slot-time,.slot-schedule-row .slot-cell{width:4rem}}@media(max-width:480px){.slot-schedule:not(.slot-schedule-fri){width:9rem;min-width:9rem}.slot-schedule-fri{width:3rem;min-width:3rem}.slot-schedule-header .slot-time,.slot-schedule-row .slot-cell{width:3rem}}.slot-schedule-block .slot-schedule-wrap{margin-top:0}.slot-schedule-wrap{margin-top:.5rem;max-width:100%;display:flex;flex-wrap:wrap;gap:1rem}.slot-schedule-day{flex:0 0 auto;display:flex;flex-direction:column;gap:.25rem}.slot-day-label{font-size:.975em;font-weight:700;color:#000}.slot-schedule{border:1px solid #000;border-collapse:collapse;table-layout:fixed;display:table}.slot-schedule:not(.slot-schedule-fri){width:16.5rem;min-width:16.5rem}.slot-schedule-fri{width:5.5rem;min-width:5.5rem}.slot-schedule-header{display:table-row}.slot-schedule-header .slot-time{width:5.5rem;padding:.25rem .375rem;font-size:.9em;color:#000;background:#1b4d3e26;border:1px solid #000;display:table-cell;text-align:center;vertical-align:middle;white-space:nowrap}.slot-schedule-row{display:table-row}.slot-schedule-row .slot-cell{width:5.5rem;height:1.75rem;padding:0;border:1px solid #000;background:#fff;display:table-cell;text-align:center;vertical-align:middle;font-size:.9em}.slot-cell-filled{background:#fecaca!important}.slot-cell-unavailable .slot-mark:not(.slot-mark-elem),.slot-cell-limited .slot-mark:not(.slot-mark-elem),.slot-cell-jh .slot-mark:not(.slot-mark-elem),.slot-cell-hs .slot-mark:not(.slot-mark-elem){display:inline-block;width:1.25em;color:#000!important;font-size:.875em;line-height:1;text-align:center}.slot-cell-unavailable .slot-mark{font-size:1.3em;font-weight:700}.slot-mark-elem{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;flex-shrink:0;padding:0;border:1px solid #000;border-radius:50%;font-size:.85em;font-weight:700;color:#000}.slot-mark-elem .slot-elem-inner{line-height:1;padding:0;margin:0}.slot-annotation .slot-mark-elem{vertical-align:middle;margin-right:.25rem}.slot-marks-jh{display:inline-flex;align-items:center;gap:.25rem}.slot-marks-or{font-size:.5em;color:#000}.slot-note{display:block;margin-top:.75rem;font-size:1em;color:var(--da-text);line-height:1.6}.slot-annotation{display:block;margin-top:.5rem;font-size:.75em;color:var(--da-text)}.slot-legend-filled,.slot-legend-empty{display:inline-block;width:1rem;height:.75rem;margin-right:.25rem;border:1px solid #000;vertical-align:middle}.slot-legend-filled{background:#fecaca}.slot-legend-empty{background:#fff}.slot-update{display:block;font-size:.9em;color:#666;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #ccc;text-align:center}.footer-simple-content[data-astro-cid-sz7xmlte]{gap:1rem}.footer-links[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:1.5rem;margin-bottom:.5rem}.footer-social[data-astro-cid-sz7xmlte]{display:flex;gap:1rem;align-items:center}.social-link[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;color:#475569;transition:color .2s ease,transform .2s ease}.social-link[data-astro-cid-sz7xmlte]:hover{color:var(--da-primary);transform:translateY(-2px)}@media(max-width:640px){.footer-links[data-astro-cid-sz7xmlte]{flex-direction:column;gap:.75rem}}.footer-pricing-link[data-astro-cid-sz7xmlte],.footer-terms-link[data-astro-cid-sz7xmlte],.footer-privacy-link[data-astro-cid-sz7xmlte],.footer-law-link[data-astro-cid-sz7xmlte]{white-space:nowrap}#btn-share[data-astro-cid-sz7xmlte]{background:none;border:none;cursor:pointer;padding:0;outline:none}.share-modal[data-astro-cid-sz7xmlte]{padding:0;border:none;border-radius:16px;background:transparent;max-width:90vw;width:360px}.share-modal[data-astro-cid-sz7xmlte]::backdrop{background:#00000080;backdrop-filter:blur(4px)}.modal-content[data-astro-cid-sz7xmlte]{background:#fff;padding:2rem;border-radius:16px;display:flex;flex-direction:column;align-items:center;position:relative;box-shadow:0 10px 25px #0000001a}.close-button[data-astro-cid-sz7xmlte]{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:#94a3b8;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-button[data-astro-cid-sz7xmlte]:hover{color:#475569}.modal-title[data-astro-cid-sz7xmlte]{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;margin-top:0}.modal-description[data-astro-cid-sz7xmlte]{font-size:.875rem;color:#64748b;text-align:center;margin-bottom:1.5rem;line-height:1.5}.qr-code-wrapper[data-astro-cid-sz7xmlte]{background:#f8fafc;padding:1rem;border-radius:12px;margin-bottom:1.5rem}.qr-code-wrapper[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{display:block;width:100%;height:auto;border-radius:4px;mix-blend-mode:multiply}.modal-url[data-astro-cid-sz7xmlte]{display:flex;align-items:center;background:#f1f5f9;padding:.5rem;border-radius:8px;width:100%;gap:.5rem}.modal-url[data-astro-cid-sz7xmlte] code[data-astro-cid-sz7xmlte]{flex-grow:1;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;color:#334155;padding:0 .5rem;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.modal-url[data-astro-cid-sz7xmlte] code[data-astro-cid-sz7xmlte]::-webkit-scrollbar{display:none}.copy-button[data-astro-cid-sz7xmlte]{background:var(--da-primary, #2563eb);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}.copy-button[data-astro-cid-sz7xmlte]:hover{background:var(--da-primary-dark, #1d4ed8)}.copy-button[data-astro-cid-sz7xmlte].copied{background:#10b981}.floating-cta[data-astro-cid-zmlek6oa]{position:fixed;bottom:24px;right:24px;z-index:100;transition:transform .2s linear,opacity .2s linear;text-decoration:none;opacity:1;pointer-events:auto}.floating-cta[data-astro-cid-zmlek6oa]:hover{transform:translateY(-4px)}.floating-cta-content[data-astro-cid-zmlek6oa]{display:flex;align-items:center;gap:8px;background-color:#06c755;color:#fff;padding:10px 20px;border-radius:50px;box-shadow:0 4px 12px #06c7554d;font-weight:700;font-size:.875rem;letter-spacing:.05em}.line-icon[data-astro-cid-zmlek6oa]{width:20px;height:20px}@media(max-width:768px){.floating-cta[data-astro-cid-zmlek6oa]{bottom:20px;right:20px}.floating-cta-content[data-astro-cid-zmlek6oa]{padding:8px 16px;font-size:.8125rem}}
