:root{--blue:#1e7fae;--deep:#0f3d78;--navy:#102436;--gold:#F9BB32;--text:#101722;--muted:#5f6d7a;--line:#d8e3eb;--sky:#edf8ff;--shadow:0 18px 50px rgba(16,36,54,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--text);background:white}a{text-decoration:none;color:inherit}.container{width:min(1380px,calc(100% - 72px));margin:auto}.nav{height:86px;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.98);display:flex;align-items:center;justify-content:space-between;padding:0 max(36px,calc((100vw - 1380px)/2));border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(16,36,54,.06)}.logo img{width:145px}.nav-links{display:flex;align-items:center;gap:28px;text-transform:uppercase;font-weight:700;font-size:14px}.nav-links a{position:relative;padding:34px 0 30px}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:24px;height:3px;background:var(--blue);transform:scaleX(0);transition:.2s}.nav-links a:hover,.nav-links a.active{color:var(--blue)}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:7px;padding:16px 28px;font-weight:700;cursor:pointer;transition:.2s}.nav-cta,.primary{background:var(--blue);color:white}.secondary{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.8);color:white}.button:hover,.nav-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.nav-toggle{display:none}.mobile-contact-sns{display:none!important}.hero{height:calc(100vh - 86px);min-height:760px;max-height:880px;position:relative;overflow:hidden;display:grid;align-items:center;background:var(--navy)}.hero-carousel,.hero-slide,.hero-bg{position:absolute;inset:0}.hero-slide{background-size:cover;background-position:center;opacity:0;transition:opacity 1400ms ease}.hero-slide.active{opacity:1}.hero-bg{z-index:1;background:linear-gradient(90deg,rgba(6,18,34,.72),rgba(6,18,34,.42) 48%,rgba(6,18,34,.24))}.hero-content{position:relative;z-index:2;width:min(760px,calc(100% - 72px));margin-left:max(36px,calc((100vw - 1380px)/2));color:white}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:var(--blue);margin:0 0 14px}.hero-label{color:rgb(155,215,244)!important}.hero h1{font-size:clamp(44px,5.3vw,78px);line-height:1.02;letter-spacing:-.045em;font-weight:800;margin:0 0 24px}.hero-copy{font-size:19px;line-height:1.55;max-width:650px;color:rgba(255,255,255,.92)}.hero-actions{display:flex;gap:18px;margin-top:30px}.exact-licensee-popup{position:absolute;right:max(36px,calc((100vw - 1380px)/2));bottom:34px;z-index:2;width:clamp(230px,18vw,320px);height:445px;background:url('assets/sns-card-desktop.png') center/contain no-repeat;filter:drop-shadow(0 18px 38px rgba(16,36,54,.22));transition:.2s}.exact-licensee-popup:hover{transform:translateY(-4px)}section{scroll-margin-top:100px}.intro,.models,.applications,.specs,.license-section,.news-section,.gallery,.contact{padding:96px 0}.centered-copy{text-align:center;max-width:920px}.centered-copy p:last-child{max-width:820px;margin:20px auto 0;line-height:1.75;font-size:17px}.section-head{text-align:left;max-width:760px;margin:0 0 38px}.section-head h2,.intro h2,.specs h2,.license-section h2,.gallery h2,.contact h2{font-size:clamp(32px,3.5vw,54px);line-height:1.05;letter-spacing:-.045em;font-weight:800;margin:0}.section-head p:last-child{color:var(--muted);line-height:1.6}.reveal-section{opacity:0;transform:translateY(28px);transition:.75s}.reveal-section.in-view{opacity:1;transform:none}.models{background:linear-gradient(180deg,#f7fbff,#eef8ff)}.model-tabs{display:flex;gap:0;border-bottom:1px solid var(--line);margin-bottom:0;flex-wrap:wrap}.model-tab{border:0;background:transparent;padding:18px 24px;font-weight:700;cursor:pointer;color:#111827;position:relative}.model-tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:4px;background:var(--blue);transform:scaleX(0);transition:.2s}.model-tab.active,.model-tab:hover{color:var(--blue)}.model-tab.active:after{transform:scaleX(1)}.model-preview{display:grid;grid-template-columns:1.08fr 1fr;gap:34px;background:white;padding:22px;border:1px solid var(--line);border-radius:10px;box-shadow:0 10px 28px rgba(16,36,54,.1)}.model-image{min-height:430px;border-radius:7px;background-size:cover;background-position:center;overflow:hidden}.model-info{padding:24px 22px}.model-info h3{font-size:clamp(32px,3vw,46px);letter-spacing:-.04em;font-weight:800;margin:0 0 16px}.model-info p{line-height:1.65;color:#1f2937}.pill-row{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:28px 0}.pill{padding:24px 14px;text-align:center;font-weight:700;border-right:1px solid var(--line)}.pill:last-child{border-right:0}.model-actions{display:grid;grid-template-columns:1fr 1fr;gap:18px}.download{background:white;color:var(--navy);border:1px solid var(--line)}.applications{background:linear-gradient(120deg,#07131e,#18324a);color:white}.applications .eyebrow,.applications .app-card span{color:var(--blue)}.applications h2{color:white}.app-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.app-card{display:grid;grid-template-columns:auto 1fr;gap:22px;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.06)}.app-card span{font-size:34px;font-weight:800;line-height:1}.app-card h3{font-size:24px;font-weight:800;margin:0 0 8px}.app-card p{margin:0;color:rgba(255,255,255,.78);line-height:1.65}.specs{background:white}.specs-grid{display:grid;grid-template-columns:.8fr 1fr .9fr;gap:34px}.spec-list{display:grid;gap:10px}.spec-item{border:1px solid var(--line);background:white;border-radius:7px;padding:18px;text-align:left;font-weight:700;cursor:pointer}.spec-item.active,.spec-item:hover{background:var(--blue);color:white}.spec-display{background:white;border:1px solid var(--line);border-radius:10px;padding:30px;box-shadow:0 10px 28px rgba(16,36,54,.1)}.spec-display h3{font-weight:800}.spec-downloads{display:grid;gap:10px;margin-top:24px}.spec-downloads a{background:var(--navy);color:white;border-radius:999px;padding:13px 16px;text-align:center;font-weight:700}.license-section{background:linear-gradient(180deg,#f7fbff,#fff)}.license-section .eyebrow{color:var(--gold)}.license-split{display:grid;grid-template-columns:1fr 1.1fr;gap:44px;background:white;border:1px solid var(--line);border-radius:10px;padding:28px;box-shadow:0 10px 28px rgba(16,36,54,.1);align-items:center}.license-split p{line-height:1.7;color:var(--muted)}.license-image{min-height:360px;border-radius:7px;background:url('assets/DJI_20260331101932_0233_D-2048x1152.jpg.webp') center/cover}.license-button{background:#d90b0b;color:white}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.news-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 10px 28px rgba(16,36,54,.1);background:white}.news-card img{width:100%;height:230px;object-fit:cover;object-position:center;display:block}.news-card-body{padding:24px}.news-card h3{font-size:21px;line-height:1.18;font-weight:800;margin:0 0 12px}.news-copy{margin:0;color:var(--muted);line-height:1.65;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-line}.news-card.expanded .news-copy{display:block;overflow:visible}.expand-toggle{margin-top:22px;border:0;background:transparent;color:var(--blue);font-weight:700;cursor:pointer;padding:8px 0}.gallery{background:white}.gallery-showcase-head{display:grid;grid-template-columns:.42fr 1fr;gap:54px;align-items:center}.gallery h2{text-transform:uppercase}.gallery p:not(.eyebrow){line-height:1.65;color:#1f2937}.gallery-marquee{overflow:hidden}.gallery-track{display:flex;gap:22px;width:max-content;animation:galleryScroll 34s linear infinite}.gallery-item{width:280px;flex:0 0 280px;margin:0;border-radius:7px;overflow:hidden}.gallery-item img{width:100%;height:180px;object-fit:cover;border-radius:7px}.gallery-item figcaption{display:none}@keyframes galleryScroll{to{transform:translateX(-50%)}}.contact{background:linear-gradient(180deg,#f7fbff,#edf8ff)}.contact-card{display:grid;grid-template-columns:.8fr 1fr;gap:50px;border:1px solid var(--line);border-radius:10px;background:white;padding:42px;box-shadow:0 10px 28px rgba(16,36,54,.1)}.contact-card p{line-height:1.7;color:var(--muted)}.contact-form{display:grid;gap:14px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:grid;gap:8px;font-weight:700}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:7px;padding:16px;font:inherit}textarea{min-height:140px}.site-footer{background:#07131e;color:white;padding:74px 0 0}.footer-modern{display:grid;grid-template-columns:1.35fr .8fr .9fr 1fr;gap:44px}.footer-brand-block img{width:170px}.footer-brand-block p,.footer-contact p{color:rgba(255,255,255,.68);line-height:1.7}.footer-column{display:grid;gap:12px}.footer-column h4{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}.footer-column a{color:rgba(255,255,255,.72);font-weight:700}.footer-cta{background:var(--blue);color:white;border-radius:7px;padding:13px 20px;width:max-content}.footer-bottom{margin-top:56px;border-top:1px solid rgba(255,255,255,.12);padding:26px 0;color:rgba(255,255,255,.62);font-weight:700}@media(max-width:980px){.container{width:calc(100% - 32px)}.nav{height:74px;padding:0 18px}.logo img{width:124px}.nav-toggle{display:block;border:1px solid var(--line);background:white;border-radius:7px;padding:11px 16px;font-weight:700}.nav-links,.nav-cta{display:none}.nav-links.open{display:grid;position:absolute;top:74px;left:16px;right:16px;background:white;border:1px solid var(--line);border-radius:12px;padding:18px;gap:4px}.nav-links.open a{padding:14px 12px}.nav-links.open .mobile-contact-sns{display:flex!important;background:var(--blue);color:white!important;justify-content:center;border-radius:7px}.hero{height:auto;min-height:1160px;padding-top:124px;padding-bottom:520px;align-items:start}.hero-content{margin-left:18px;width:calc(100% - 36px)}.hero h1{font-size:44px}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-bottom:100px}.hero-actions .button{font-size:15px;font-weight:700;white-space:nowrap;padding:13px 8px}.exact-licensee-popup{right:auto;left:50%;bottom:24px;transform:translateX(-50%);width:calc(100% - 24px);max-width:none;height:640px;background-image:url('assets/sns-card-mobile.png')}.exact-licensee-popup:hover{transform:translateX(-50%) translateY(-4px)}.model-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;border:0}.model-tab{border:1px solid var(--line);border-radius:999px;background:white;box-shadow:0 8px 22px rgba(16,36,54,.08);text-align:center}.model-tab.active{background:var(--blue);color:white}.model-tab:after{display:none}.model-preview,.specs-grid,.license-split,.gallery-showcase-head,.contact-card,.footer-modern{grid-template-columns:1fr}.model-actions,.pill-row,.app-grid,.news-grid,.field-row{grid-template-columns:1fr}.pill{border-right:0;border-bottom:1px solid var(--line);padding:18px 8px}.pill:last-child{border-bottom:0}.gallery-item{width:70vw;flex-basis:70vw}.app-card{grid-template-columns:auto 1fr}.hero-panel{} }

/* Footer Contact SNS button fix */
.footer-cta{
display:inline-flex !important;
align-items:center;
justify-content:center;
width:auto !important;
min-width:180px;
padding:14px 24px !important;
font-size:15px;
font-weight:700;
line-height:1;
}

/* Restore model tab sizing */
.model-tab{
font-size:16px !important;
font-weight:700 !important;
}

@media(max-width:980px){
.model-tab{
font-size:15px !important;
padding:16px 18px !important;
}
}


/* Restore missing dynamics / interactions */

/* Gallery carousel pauses on hover again */
.gallery-track:hover,
.gallery-marquee:hover .gallery-track {
  animation-play-state: paused !important;
}

/* Model tab hover states restored */
.model-tab {
  transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.model-tab:hover {
  color: #1e7fae !important;
  background: rgba(30,127,174,.08) !important;
  transform: translateY(-2px) !important;
}

.model-tab.active:hover {
  color: #1e7fae !important;
  background: rgba(30,127,174,.12) !important;
}

.model-tab:hover::after,
.model-tab.active::after {
  transform: scaleX(1) !important;
}

/* Mobile model tab hover/tap states */
@media(max-width:980px){
  .model-tab:hover {
    background: rgba(30,127,174,.10) !important;
    border-color: #1e7fae !important;
    box-shadow: 0 12px 28px rgba(16,36,54,.12) !important;
  }

  .model-tab.active,
  .model-tab.active:hover {
    background: #1e7fae !important;
    color: #fff !important;
    border-color: #1e7fae !important;
  }
}

/* Specifications section layout and missing content polish */
.specs-grid {
  align-items: start !important;
}

.spec-list {
  display: grid !important;
  gap: 12px !important;
}

.spec-item {
  transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.spec-item:hover {
  transform: translateX(6px) !important;
  border-color: #1e7fae !important;
  box-shadow: 0 12px 26px rgba(16,36,54,.10) !important;
}

.spec-item.active,
.spec-item.active:hover {
  background: #1e7fae !important;
  color: #fff !important;
  border-color: #1e7fae !important;
}

.spec-display {
  position: sticky !important;
  top: 110px !important;
}

.spec-display h3 {
  margin-top: 0 !important;
}

.spec-display p {
  line-height: 1.7 !important;
  color: #5f6d7a !important;
}

.spec-downloads a {
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease !important;
}

.spec-downloads a:hover {
  background: #1e7fae !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 26px rgba(16,36,54,.12) !important;
}

/* Restore subtle dynamics across cards */
.news-card,
.app-card,
.model-preview,
.contact-card,
.license-split {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.news-card:hover,
.app-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 42px rgba(16,36,54,.14) !important;
}

/* Ensure model tabs readable after previous shrink fix */
.model-tab {
  font-size: 16px !important;
  font-weight: 700 !important;
}

@media(max-width:980px){
  .model-tab {
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 16px 18px !important;
  }

  .spec-display {
    position: static !important;
  }
}


/* Footer Contact SNS button: resized to match site CTA style + hover dynamics */
.footer-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 0 !important;
  padding: 12px 18px !important;
  border-radius: 7px !important;
  background: #1e7fae !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: 0 8px 20px rgba(30,127,174,.18) !important;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease !important;
}

.footer-cta:hover {
  transform: translateY(-2px) !important;
  background: #0f3d78 !important;
  box-shadow: 0 14px 30px rgba(30,127,174,.28) !important;
}

/* Restore dynamic hero load animations */
.hero .eyebrow,
.hero h1,
.hero-copy,
.hero-actions,
.hero-panel {
  opacity: 0;
  transform: translateY(24px);
  animation: heroElementIn .85s cubic-bezier(.2,.8,.2,1) forwards;
}

.hero .eyebrow {
  animation-delay: .12s;
}

.hero h1 {
  animation-delay: .24s;
}

.hero-copy {
  animation-delay: .38s;
}

.hero-actions {
  animation-delay: .52s;
}

.hero-panel {
  animation-delay: .72s;
}

@keyframes heroElementIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Keep hover transform for SNS card after load animation */
.exact-licensee-popup:hover {
  transform: translateY(-4px) !important;
}

@media(max-width:980px){
  .exact-licensee-popup:hover {
    transform: translateX(-50%) translateY(-4px) !important;
  }

  .hero-panel {
    animation-name: heroMobileCardIn;
  }

  @keyframes heroMobileCardIn {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(24px);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }

  .footer-cta {
    padding: 12px 18px !important;
    font-size: 14px !important;
  }
}


/* Match footer Contact SNS button exactly to the blue nav Contact SNS button */
.footer-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 16px 28px !important;
  border-radius: 7px !important;
  background: #1e7fae !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}

.footer-cta:hover {
  transform: translateY(-2px) !important;
  background: #1e7fae !important;
  box-shadow: 0 18px 50px rgba(16,36,54,.14) !important;
}

@media(max-width:980px){
  .footer-cta {
    padding: 16px 28px !important;
    font-size: 14px !important;
  }
}


/* Reduce vertical padding on footer Contact SNS button */
.footer-cta{
  padding: 11px 28px !important; /* was 16px 28px */
  min-height: 0 !important;
}

@media(max-width:980px){
  .footer-cta{
    padding: 11px 28px !important;
  }
}


/* Typography update: all major headings weight 600 */
.hero h1,
.section-head h2,
.intro h2,
.specs h2,
.license-section h2,
.gallery h2,
.contact h2,
.model-info h3,
.app-card h3,
.news-card h3,
.spec-display h3,
.footer-column h4{
    font-weight:600 !important;
}

.eyebrow{
    font-weight:600 !important;
}


.footer-bottom{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:20px;
}

.taaurus-credit{
  margin:0;
  text-align:right;
}

.taaurus-credit a{
  color:#1e7fae;
  font-weight:700;
  text-decoration:none;
  transition:all .2s ease;
  position:relative;
}

.taaurus-credit a::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-2px;
  width:100%;
  height:2px;
  background:#1e7fae;
  transform:scaleX(0);
  transition:transform .2s ease;
}

.taaurus-credit a:hover::after{
  transform:scaleX(1);
}

@media(max-width:768px){
  .footer-bottom{
    flex-direction:column;
    text-align:center;
  }
}


/* Fix nav dropdown hover effects on tablet and below */
@media (max-width: 980px){
  .nav-links.open a{
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 14px 14px !important;
    border-radius: 8px !important;
    color: #101722 !important;
    background: transparent !important;
    transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease !important;
  }

  .nav-links.open a::after{
    display: none !important;
  }

  .nav-links.open a:hover,
  .nav-links.open a.active{
    color: #1e7fae !important;
    background: rgba(30,127,174,.08) !important;
    transform: translateX(4px) !important;
  }

  .nav-links.open .mobile-contact-sns{
    margin-top: 10px !important;
    justify-content: center !important;
    background: #1e7fae !important;
    color: #fff !important;
    border-radius: 7px !important;
    transform: none !important;
  }

  .nav-links.open .mobile-contact-sns:hover{
    background: #0f3d78 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 30px rgba(16,36,54,.16) !important;
  }
}

/* Replace SNS card for screens 980px to 400px */
@media (max-width: 980px) and (min-width: 400px){
  .hero-panel.license-panel.exact-licensee-popup,
  .exact-licensee-popup{
    background-image: url('assets/sns-card-tablet.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: calc(100% - 32px) !important;
    max-width: 620px !important;
    height: 270px !important;
    min-height: 270px !important;
    bottom: 42px !important;
  }

  .hero{
    min-height: 920px !important;
    padding-bottom: 330px !important;
  }
}

/* Keep smallest mobile using the existing mobile card */
@media (max-width: 399px){
  .hero-panel.license-panel.exact-licensee-popup,
  .exact-licensee-popup{
    background-image: url('assets/sns-card-mobile.png') !important;
  }
}

.form-message{
  margin-top:24px;
  color:#64748b;
  font-size:18px;
  text-align:left;
}
