:root{
  --ivorygraph-ivory:#f8f5ee;
  --ivorygraph-ivory-deep:#f2eee6;
  --ivorygraph-graphite:#2f343b;
  --ivorygraph-graphite-soft:#4b525a;
  --ivorygraph-blue:#eaf2fb;
  --ivorygraph-blue-deep:#dce8f7;
  --ivorygraph-red:#b01f2e;
  --ivorygraph-red-deep:#8d1422;
  --ivorygraph-text:#22272d;
  --ivorygraph-muted:#66707a;
  --ivorygraph-line:#dde3eb;
  --ivorygraph-white:#ffffff;
  --ivorygraph-shadow:0 12px 30px rgba(24,32,45,.08);
  --ivorygraph-shadow-hover:0 18px 38px rgba(24,32,45,.12);
  --ivorygraph-radius:22px;
  --ivorygraph-radius-lg:28px;
}

*{
  box-sizing:border-box;
}

html,body{
  margin:0;
  padding:0;
  background:
    linear-gradient(180deg, #f8f5ee 0%, #f5f1e9 60%, #f2eee6 100%);
  color:var(--ivorygraph-text);
  font-family:"PingFang SC","Microsoft YaHei",sans-serif;
}

img{
  display:block;
  max-width:100%;
}

a{
  color:inherit;
}

.ivorygraph-wrap{
  width:min(1280px, calc(100% - 32px));
  margin:0 auto;
}

.ivorygraph-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:all .3s ease;
}

.ivorygraph-btn--primary{
  color:#fff;
  background:var(--ivorygraph-red);
  box-shadow:0 10px 24px rgba(176,31,46,.14);
}

.ivorygraph-btn--primary:hover{
  background:var(--ivorygraph-red-deep);
  transform:translateY(-2px);
}

.ivorygraph-btn--line{
  color:var(--ivorygraph-graphite);
  border:1px solid var(--ivorygraph-line);
  background:rgba(255,255,255,.66);
}

.ivorygraph-btn--line:hover{
  transform:translateY(-2px);
  border-color:#c7d4e3;
  box-shadow:0 12px 24px rgba(24,32,45,.06);
}

.ivorygraph-badge,
.ivorygraph-section-tag{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  background:var(--ivorygraph-blue);
  color:var(--ivorygraph-graphite);
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
}

.ivorygraph-section-head{
  margin-bottom:28px;
}

.ivorygraph-section-title{
  margin:14px 0 10px;
  font-size:clamp(30px, 4vw, 48px);
  line-height:1.18;
  color:var(--ivorygraph-text);
}

.ivorygraph-section-desc{
  margin:0;
  max-width:760px;
  color:var(--ivorygraph-muted);
  line-height:1.9;
}

.ivorygraph-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(248,245,238,.88);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(47,52,59,.08);
}

.ivorygraph-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:84px;
}

.ivorygraph-header__brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}

.ivorygraph-header__brand img{
  width:50px;
  height:50px;
  object-fit:contain;
}

.ivorygraph-header__brand-text{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.ivorygraph-header__brand-text strong{
  font-size:19px;
  color:var(--ivorygraph-text);
}

.ivorygraph-header__brand-text span{
  font-size:12px;
  color:var(--ivorygraph-muted);
  letter-spacing:.06em;
}

.ivorygraph-header__menu{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
  gap:8px;
}

.ivorygraph-header__menu a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  text-decoration:none;
  color:var(--ivorygraph-graphite);
  transition:all .25s ease;
}

.ivorygraph-header__menu a:hover{
  background:var(--ivorygraph-blue);
  color:var(--ivorygraph-text);
}

.ivorygraph-header__actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.ivorygraph-header__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  font-weight:700;
  background:var(--ivorygraph-red);
}

.ivorygraph-header__toggle{
  display:none;
  width:46px;
  height:46px;
  padding:0;
  border:none;
  border-radius:14px;
  background:var(--ivorygraph-blue);
  cursor:pointer;
}

.ivorygraph-header__toggle span{
  display:block;
  width:20px;
  height:2px;
  margin:5px auto;
  background:var(--ivorygraph-graphite);
}

.ivorygraph-header__mobile{
  display:none;
  padding:0 0 16px;
}

.ivorygraph-header__mobile.is-open{
  display:block;
}

.ivorygraph-header__mobile-menu{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.ivorygraph-header__mobile-menu a{
  display:flex;
  align-items:center;
  min-height:46px;
  padding:0 14px;
  border-radius:16px;
  text-decoration:none;
  background:rgba(255,255,255,.72);
  border:1px solid var(--ivorygraph-line);
}

.ivorygraph-header__mobile-links{
  display:grid;
  gap:10px;
  margin-top:14px;
}

.ivorygraph-header__mobile-links a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  border-radius:16px;
  text-decoration:none;
  color:#fff;
  font-weight:700;
  background:var(--ivorygraph-red);
}

.ivorygraph-hero,
.ivorygraph-intro,
.ivorygraph-service,
.ivorygraph-advantage,
.ivorygraph-news,
.ivorygraph-cta{
  padding:88px 0;
}

.ivorygraph-hero__grid,
.ivorygraph-intro__grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:36px;
  align-items:center;
}

.ivorygraph-hero__title{
  margin:18px 0 16px;
  font-size:clamp(38px, 5vw, 66px);
  line-height:1.08;
  letter-spacing:-.02em;
}

.ivorygraph-hero__desc{
  margin:0;
  max-width:700px;
  color:var(--ivorygraph-muted);
  line-height:1.95;
  font-size:16px;
}

.ivorygraph-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:28px 0;
}

.ivorygraph-hero__data{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}

.ivorygraph-hero__data div{
  min-width:150px;
  padding:18px 20px;
  border-radius:18px;
  background:rgba(255,255,255,.68);
  border:1px solid var(--ivorygraph-line);
  box-shadow:var(--ivorygraph-shadow);
}

.ivorygraph-hero__data strong{
  display:block;
  margin-bottom:8px;
  font-size:34px;
  color:var(--ivorygraph-red);
  line-height:1;
}

.ivorygraph-hero__data span{
  color:var(--ivorygraph-muted);
  font-weight:600;
}

.ivorygraph-hero__card,
.ivorygraph-photo,
.ivorygraph-service__card,
.ivorygraph-advantage__item,
.ivorygraph-news__card,
.ivorygraph-footer__brand,
.ivorygraph-footer__links,
.ivorygraph-footer__contact,
.ivorygraph-cta__box{
  border-radius:var(--ivorygraph-radius-lg);
  background:rgba(255,255,255,.78);
  border:1px solid rgba(221,227,235,.95);
  box-shadow:var(--ivorygraph-shadow);
}

.ivorygraph-hero__card,
.ivorygraph-photo{
  overflow:hidden;
}

.ivorygraph-hero__card img{
  width:100%;
  height:520px;
  object-fit:cover;
  transition:transform .45s ease;
}

.ivorygraph-hero__card:hover img,
.ivorygraph-photo:hover img,
.ivorygraph-service__card:hover img,
.ivorygraph-news__card:hover img{
  transform:scale(1.04);
}

.ivorygraph-hero__note{
  margin-top:16px;
  display:flex;
  justify-content:flex-end;
}

.ivorygraph-hero__note span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  color:var(--ivorygraph-muted);
  background:rgba(255,255,255,.72);
  border:1px solid var(--ivorygraph-line);
}

.ivorygraph-photo img{
  width:100%;
  min-height:420px;
  object-fit:cover;
  transition:transform .45s ease;
}

.ivorygraph-intro__text{
  color:var(--ivorygraph-muted);
  line-height:1.95;
}

.ivorygraph-intro__list{
  display:grid;
  gap:12px;
  margin-top:24px;
}

.ivorygraph-intro__list div{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:0 16px;
  border-radius:16px;
  background:var(--ivorygraph-blue);
  color:var(--ivorygraph-text);
}

.ivorygraph-intro__list i{
  color:var(--ivorygraph-red);
}

.ivorygraph-service__grid,
.ivorygraph-news__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px;
}

.ivorygraph-service__card,
.ivorygraph-news__card,
.ivorygraph-advantage__item{
  overflow:hidden;
  transition:all .3s ease;
}

.ivorygraph-service__card:hover,
.ivorygraph-news__card:hover,
.ivorygraph-advantage__item:hover{
  transform:translateY(-4px);
  box-shadow:var(--ivorygraph-shadow-hover);
}

.ivorygraph-service__thumb,
.ivorygraph-news__thumb{
  display:block;
  padding:14px 14px 0;
}

.ivorygraph-service__thumb img,
.ivorygraph-news__thumb img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:18px;
  transition:transform .45s ease;
}

.ivorygraph-service__card h3,
.ivorygraph-news__body h3{
  margin:18px 18px 10px;
  font-size:22px;
  line-height:1.4;
}

.ivorygraph-service__card p,
.ivorygraph-news__body p{
  margin:0 18px 18px;
  color:var(--ivorygraph-muted);
  line-height:1.85;
}

.ivorygraph-news__body time{
  display:block;
  margin:0 18px 20px;
  color:var(--ivorygraph-red);
  font-size:13px;
  font-weight:700;
}

.ivorygraph-advantage__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:20px;
}

.ivorygraph-advantage__item{
  padding:26px 22px;
}

.ivorygraph-advantage__item i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  margin-bottom:16px;
  border-radius:16px;
  color:#fff;
  background:var(--ivorygraph-red);
}

.ivorygraph-advantage__item h3{
  margin:0 0 10px;
  font-size:20px;
}

.ivorygraph-advantage__item p{
  margin:0;
  color:var(--ivorygraph-muted);
  line-height:1.85;
}

.ivorygraph-cta__box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:32px;
}

.ivorygraph-footer{
  padding:72px 0 24px;
  background:linear-gradient(180deg, #2f343b 0%, #272c32 100%);
}

.ivorygraph-footer__grid{
  display:grid;
  grid-template-columns:1.12fr .94fr .94fr;
  gap:22px;
}

.ivorygraph-footer__brand,
.ivorygraph-footer__links,
.ivorygraph-footer__contact{
  padding:24px;
}

.ivorygraph-footer__logo img{
  width:60px;
  height:60px;
  object-fit:contain;
}

.ivorygraph-footer__brand h2{
  margin:16px 0 10px;
  color:var(--ivorygraph-text);
  font-size:24px;
}

.ivorygraph-footer__brand p{
  margin:0;
  color:var(--ivorygraph-muted);
  line-height:1.9;
}

.ivorygraph-footer__links h3,
.ivorygraph-footer__contact h3{
  margin:0 0 16px;
  color:var(--ivorygraph-text);
  font-size:20px;
}

.ivorygraph-footer__links ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
}

.ivorygraph-footer__links a{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:0 14px;
  border-radius:14px;
  text-decoration:none;
  color:var(--ivorygraph-text);
  background:var(--ivorygraph-blue);
  transition:all .25s ease;
}

.ivorygraph-footer__links a:hover{
  transform:translateY(-2px);
}

.ivorygraph-footer__contact{
  display:grid;
  gap:14px;
}

.ivorygraph-footer__item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:var(--ivorygraph-muted);
}

.ivorygraph-footer__item i{
  width:40px;
  height:40px;
  flex:0 0 40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  color:#fff;
  background:var(--ivorygraph-red);
}

.ivorygraph-footer__bottom{
  grid-column:1 / -1;
  text-align:center;
  color:#d8dde4;
  padding-top:6px;
}

.ivorygraph-footer__bottom a{
  color:#fff;
  text-decoration:none;
}

.ivorygraph-backtop{
  position:fixed;
  right:22px;
  bottom:22px;
  width:52px;
  height:52px;
  border:none;
  border-radius:16px;
  cursor:pointer;
  color:#fff;
  background:var(--ivorygraph-red);
  box-shadow:0 14px 24px rgba(176,31,46,.18);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:all .3s ease;
  z-index:999;
}

.ivorygraph-backtop.is-show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

@media (max-width: 1200px){
  .ivorygraph-advantage__grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .ivorygraph-footer__grid{
    grid-template-columns:1fr 1fr;
  }

  .ivorygraph-footer__bottom{
    grid-column:1 / -1;
  }
}

@media (max-width: 991px){
  .ivorygraph-header__nav,
  .ivorygraph-header__button{
    display:none;
  }

  .ivorygraph-header__toggle{
    display:block;
  }

  .ivorygraph-hero__grid,
  .ivorygraph-intro__grid{
    grid-template-columns:1fr;
  }

  .ivorygraph-service__grid,
  .ivorygraph-news__grid{
    grid-template-columns:1fr 1fr;
  }

  .ivorygraph-cta__box{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 767px){
  .ivorygraph-hero,
  .ivorygraph-intro,
  .ivorygraph-service,
  .ivorygraph-advantage,
  .ivorygraph-news,
  .ivorygraph-cta{
    padding:58px 0;
  }

  .ivorygraph-service__grid,
  .ivorygraph-news__grid,
  .ivorygraph-advantage__grid,
  .ivorygraph-footer__grid{
    grid-template-columns:1fr;
  }

  .ivorygraph-hero__card img{
    height:320px;
  }

  .ivorygraph-footer__links ul{
    grid-template-columns:1fr;
  }
}
.ivorygraph-contacthero,
.ivorygraph-contactquick,
.ivorygraph-contactway,
.ivorygraph-contactpanel,
.ivorygraph-apphero,
.ivorygraph-appget,
.ivorygraph-appexperience,
.ivorygraph-appcompare,
.ivorygraph-appupdate,
.ivorygraph-appfaq,
.ivorygraph-appinstall,
.ivorygraph-apptrust,
.ivorygraph-appjoin,
.ivorygraph-appcta{
  padding:88px 0;
}

.ivorygraph-contacthero__grid,
.ivorygraph-contactpanel__grid,
.ivorygraph-apphero__grid,
.ivorygraph-appget__grid,
.ivorygraph-appfaq__grid,
.ivorygraph-appcta__grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:32px;
  align-items:center;
}

.ivorygraph-contacthero__title,
.ivorygraph-apphero__title{
  margin:18px 0 16px;
  font-size:clamp(36px, 5vw, 62px);
  line-height:1.08;
  letter-spacing:-.02em;
}

.ivorygraph-contacthero__title strong,
.ivorygraph-apphero__title strong{
  color:var(--ivorygraph-red);
}

.ivorygraph-contacthero__desc,
.ivorygraph-apphero__desc{
  margin:0;
  color:var(--ivorygraph-muted);
  line-height:1.95;
}

.ivorygraph-contacthero__quick,
.ivorygraph-appget__tags{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.ivorygraph-contacthero__quick div,
.ivorygraph-appget__tags span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(234,242,251,.92);
  border:1px solid #d9e4f1;
  color:var(--ivorygraph-graphite);
}

.ivorygraph-contacthero__card,
.ivorygraph-contactquick__card,
.ivorygraph-contactpanel__card,
.ivorygraph-contactinfo,
.ivorygraph-appget__card,
.ivorygraph-appexperience__item,
.ivorygraph-appcompare__table,
.ivorygraph-appupdate__item,
.ivorygraph-appinstall__col,
.ivorygraph-apptrust__item,
.ivorygraph-appjoin__box{
  border-radius:var(--ivorygraph-radius-lg);
  background:rgba(255,255,255,.78);
  border:1px solid rgba(221,227,235,.95);
  box-shadow:var(--ivorygraph-shadow);
}

.ivorygraph-contacthero__card{
  overflow:hidden;
}

.ivorygraph-contacthero__card img{
  width:100%;
  height:460px;
  object-fit:cover;
  transition:transform .45s ease;
}

.ivorygraph-contacthero__card:hover img{
  transform:scale(1.04);
}

.ivorygraph-contactquick__grid,
.ivorygraph-appexperience__grid,
.ivorygraph-apptrust__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:22px;
}

.ivorygraph-contactquick__card,
.ivorygraph-appexperience__item,
.ivorygraph-apptrust__item{
  padding:24px 22px;
  transition:all .3s ease;
}

.ivorygraph-contactquick__card:hover,
.ivorygraph-appexperience__item:hover,
.ivorygraph-apptrust__item:hover,
.ivorygraph-appupdate__item:hover,
.ivorygraph-appinstall__col:hover{
  transform:translateY(-4px);
  box-shadow:var(--ivorygraph-shadow-hover);
}

.ivorygraph-contactquick__icon,
.ivorygraph-appexperience__item span,
.ivorygraph-apptrust__item span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  margin-bottom:16px;
  border-radius:16px;
  color:#fff;
  background:var(--ivorygraph-red);
}

.ivorygraph-contactquick__card small{
  display:block;
  margin-bottom:10px;
  color:var(--ivorygraph-red);
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
}

.ivorygraph-contactquick__card h3,
.ivorygraph-appexperience__item h3,
.ivorygraph-apptrust__item h5{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.4;
}

.ivorygraph-contactquick__card a,
.ivorygraph-contactquick__text{
  display:block;
  margin-bottom:12px;
  color:var(--ivorygraph-text);
  text-decoration:none;
  font-weight:700;
}

.ivorygraph-contactquick__card p,
.ivorygraph-appexperience__item p,
.ivorygraph-apptrust__item p,
.ivorygraph-appget__card p,
.ivorygraph-appget__advlist p,
.ivorygraph-appjoin__content p{
  margin:0;
  color:var(--ivorygraph-muted);
  line-height:1.85;
}

.ivorygraph-contactway__accordion{
  display:grid;
  gap:16px;
}

.ivorygraph-contactway__item{
  border-radius:24px;
  background:rgba(255,255,255,.72);
  border:1px solid var(--ivorygraph-line);
  box-shadow:var(--ivorygraph-shadow);
  overflow:hidden;
}

.ivorygraph-contactway__trigger{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:22px 24px;
  border:none;
  background:transparent;
  text-align:left;
  cursor:pointer;
  color:var(--ivorygraph-text);
  font-size:18px;
  font-weight:700;
}

.ivorygraph-contactway__trigger > span:nth-child(2){
  flex:1;
}

.ivorygraph-contactway__icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  color:#fff;
  background:var(--ivorygraph-red);
}

.ivorygraph-contactway__plus{
  color:var(--ivorygraph-red);
  transition:transform .25s ease;
}

.ivorygraph-contactway__item.is-open .ivorygraph-contactway__plus{
  transform:rotate(45deg);
}

.ivorygraph-contactway__panel{
  display:none;
  padding:0 24px 22px;
}

.ivorygraph-contactway__item.is-open .ivorygraph-contactway__panel{
  display:block;
}

.ivorygraph-contactway__body{
  padding:18px 18px 0;
  border-top:1px solid var(--ivorygraph-line);
}

.ivorygraph-contactway__body p{
  margin:0 0 14px;
  color:var(--ivorygraph-muted);
  line-height:1.9;
}

.ivorygraph-contactway__body ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.ivorygraph-contactway__body li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:var(--ivorygraph-text);
  line-height:1.8;
}

.ivorygraph-contactway__body li i{
  margin-top:6px;
  color:var(--ivorygraph-red);
}

.ivorygraph-contactpanel__card,
.ivorygraph-contactinfo{
  padding:28px;
}

.ivorygraph-form{
  margin-top:20px;
}

.ivorygraph-form__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.ivorygraph-form__item{
  display:grid;
  gap:10px;
}

.ivorygraph-form__item label{
  color:var(--ivorygraph-text);
  font-weight:700;
}

.ivorygraph-form__item input,
.ivorygraph-form__item textarea{
  width:100%;
  border:none;
  outline:none;
  padding:14px 16px;
  border-radius:16px;
  background:#f8fafc;
  border:1px solid #dbe4ef;
  color:var(--ivorygraph-text);
  font-family:inherit;
}

.ivorygraph-form__item input:focus,
.ivorygraph-form__item textarea:focus{
  border-color:#c4d5e8;
  box-shadow:0 0 0 4px rgba(176,31,46,.06);
}

.ivorygraph-form__item--full{
  grid-column:1 / -1;
}

.ivorygraph-contactinfo__list{
  display:grid;
  gap:16px;
  margin-top:24px;
}

.ivorygraph-contactinfo__item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:18px;
  border-radius:18px;
  background:var(--ivorygraph-blue);
  border:1px solid #dce6f2;
}

.ivorygraph-contactinfo__item i{
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  color:#fff;
  background:var(--ivorygraph-red);
}

.ivorygraph-contactinfo__item small{
  display:block;
  margin-bottom:6px;
  color:var(--ivorygraph-muted);
}

.ivorygraph-contactinfo__item a,
.ivorygraph-contactinfo__item span{
  color:var(--ivorygraph-text);
  text-decoration:none;
  font-weight:700;
  line-height:1.8;
}

.ivorygraph-apphero__stats{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:28px;
}

.ivorygraph-apphero__stats div{
  min-width:150px;
  padding:18px 20px;
  border-radius:18px;
  background:rgba(255,255,255,.72);
  border:1px solid var(--ivorygraph-line);
  box-shadow:var(--ivorygraph-shadow);
}

.ivorygraph-apphero__stats h3{
  margin:0 0 8px;
  color:var(--ivorygraph-red);
  font-size:34px;
}

.ivorygraph-apphero__stats small{
  color:var(--ivorygraph-muted);
  font-weight:700;
}

.ivorygraph-apphero__visual{
  position:relative;
  min-height:560px;
}

.ivorygraph-apphero__device{
  position:absolute;
  overflow:hidden;
  border-radius:32px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(221,227,235,.95);
  box-shadow:var(--ivorygraph-shadow-hover);
}

.ivorygraph-apphero__device img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}

.ivorygraph-apphero__device:hover img{
  transform:scale(1.04);
}

.ivorygraph-apphero__device--main{
  left:0;
  top:0;
  width:66%;
  height:520px;
  padding:10px;
}

.ivorygraph-apphero__device--sub{
  right:0;
  bottom:30px;
  width:42%;
  height:330px;
  padding:10px;
}

.ivorygraph-apphero__float{
  position:absolute;
  right:12%;
  top:28px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  background:var(--ivorygraph-red);
  color:#fff;
  font-weight:700;
  box-shadow:0 12px 28px rgba(176,31,46,.16);
}

.ivorygraph-appget__card{
  padding:28px;
}

.ivorygraph-appget__card h3{
  margin:0 0 12px;
  font-size:28px;
}

.ivorygraph-appget__advlist{
  display:grid;
  gap:14px;
  margin-top:22px;
}

.ivorygraph-appget__advlist article{
  padding:16px 18px;
  border-radius:18px;
  background:var(--ivorygraph-blue);
  border:1px solid #dce6f2;
}

.ivorygraph-appget__advlist h6{
  margin:0 0 8px;
  font-size:18px;
  color:var(--ivorygraph-text);
}

.ivorygraph-appget__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}

.ivorygraph-appget__actions .ivorygraph-btn i{
  margin-right:8px;
}

.ivorygraph-appcompare__table{
  overflow:hidden;
}

.ivorygraph-appcompare__row{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr;
}

.ivorygraph-appcompare__row span{
  padding:16px 18px;
  border-bottom:1px solid var(--ivorygraph-line);
  color:var(--ivorygraph-text);
  background:rgba(255,255,255,.44);
}

.ivorygraph-appcompare__row span:not(:last-child){
  border-right:1px solid var(--ivorygraph-line);
}

.ivorygraph-appcompare__row.is-head span{
  background:var(--ivorygraph-blue);
  color:var(--ivorygraph-graphite);
  font-weight:700;
}

.ivorygraph-appupdate__year{
  margin:18px 0 18px;
  color:var(--ivorygraph-red);
  font-size:28px;
  font-weight:800;
}

.ivorygraph-appupdate__list{
  display:grid;
  gap:16px;
}

.ivorygraph-appupdate__item{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:18px;
  align-items:stretch;
  transition:all .3s ease;
}

.ivorygraph-appupdate__version{
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  background:var(--ivorygraph-blue);
  color:var(--ivorygraph-red);
  font-size:28px;
  font-weight:800;
  border:1px solid #dce6f2;
}

.ivorygraph-appupdate__body{
  padding:22px 24px;
}

.ivorygraph-appupdate__date{
  margin:0 0 10px;
  color:var(--ivorygraph-red);
  font-weight:700;
}

.ivorygraph-appupdate__body ul{
  margin:0;
  padding-left:18px;
  color:var(--ivorygraph-muted);
  line-height:1.9;
}

.ivorygraph-appfaq__tips{
  margin-top:18px;
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:var(--ivorygraph-blue);
  color:var(--ivorygraph-graphite);
  border:1px solid #dce6f2;
}

.ivorygraph-appfaq__list{
  display:grid;
  gap:14px;
}

.ivorygraph-appfaq__item{
  padding:20px 22px;
  border-radius:22px;
  background:rgba(255,255,255,.76);
  border:1px solid var(--ivorygraph-line);
  box-shadow:var(--ivorygraph-shadow);
}

.ivorygraph-appfaq__item summary{
  cursor:pointer;
  list-style:none;
  color:var(--ivorygraph-text);
  font-size:18px;
  font-weight:700;
}

.ivorygraph-appfaq__item summary::-webkit-details-marker{
  display:none;
}

.ivorygraph-appfaq__item summary span{
  color:var(--ivorygraph-red);
  margin-right:8px;
}

.ivorygraph-appfaq__item p{
  margin:14px 0 0;
  color:var(--ivorygraph-muted);
  line-height:1.85;
}

.ivorygraph-appinstall__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.ivorygraph-appinstall__col{
  padding:26px 24px;
}

.ivorygraph-appinstall__col h3{
  margin:0 0 18px;
  font-size:28px;
}

.ivorygraph-appinstall__steps{
  display:grid;
  gap:14px;
}

.ivorygraph-appinstall__steps article{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:start;
  padding:18px;
  border-radius:18px;
  background:var(--ivorygraph-blue);
  border:1px solid #dce6f2;
}

.ivorygraph-appinstall__steps span{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  color:#fff;
  font-size:20px;
  font-weight:800;
  background:var(--ivorygraph-red);
}

.ivorygraph-appinstall__steps h4{
  margin:0 0 8px;
  font-size:18px;
}

.ivorygraph-appinstall__steps p{
  margin:0;
  color:var(--ivorygraph-muted);
  line-height:1.8;
}

.ivorygraph-apptrust__note{
  margin:22px 0 0;
  color:var(--ivorygraph-muted);
  text-align:center;
}

.ivorygraph-appjoin__box{
  padding:34px;
  text-align:center;
}

.ivorygraph-appjoin__content h2,
.ivorygraph-appcta__left h2{
  margin:0 0 14px;
  font-size:clamp(30px, 4vw, 46px);
  line-height:1.2;
}

.ivorygraph-appjoin__invite{
  margin:22px 0;
}

.ivorygraph-appjoin__invite p{
  margin:0 0 10px;
}

.ivorygraph-appjoin__invite span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 22px;
  border-radius:999px;
  background:var(--ivorygraph-blue);
  border:1px solid #dce6f2;
  color:var(--ivorygraph-red);
  font-size:24px;
  font-weight:800;
  letter-spacing:.08em;
}

.ivorygraph-appcta__grid{
  padding:30px 34px;
  border-radius:var(--ivorygraph-radius-lg);
  background:rgba(255,255,255,.78);
  border:1px solid rgba(221,227,235,.95);
  box-shadow:var(--ivorygraph-shadow);
}

.ivorygraph-appcta__left p{
  margin:14px 0 0;
  color:var(--ivorygraph-muted);
  line-height:1.9;
}

.ivorygraph-appcta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:flex-end;
}

.ivorygraph-appcta__actions .ivorygraph-btn i{
  margin-right:8px;
}

@media (max-width: 1200px){
  .ivorygraph-contactquick__grid,
  .ivorygraph-apptrust__grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}

@media (max-width: 991px){
  .ivorygraph-contacthero__grid,
  .ivorygraph-contactpanel__grid,
  .ivorygraph-apphero__grid,
  .ivorygraph-appget__grid,
  .ivorygraph-appfaq__grid,
  .ivorygraph-appcta__grid,
  .ivorygraph-appinstall__grid{
    grid-template-columns:1fr;
  }

  .ivorygraph-contactquick__grid,
  .ivorygraph-appexperience__grid,
  .ivorygraph-apptrust__grid{
    grid-template-columns:1fr 1fr;
  }

  .ivorygraph-apphero__visual{
    min-height:460px;
  }

  .ivorygraph-apphero__device--main{
    width:62%;
    height:420px;
  }

  .ivorygraph-apphero__device--sub{
    width:40%;
    height:260px;
  }

  .ivorygraph-appupdate__item{
    grid-template-columns:1fr;
  }

  .ivorygraph-appupdate__version{
    min-height:90px;
  }

  .ivorygraph-appcta__actions{
    justify-content:flex-start;
  }
}

@media (max-width: 767px){
  .ivorygraph-contacthero,
  .ivorygraph-contactquick,
  .ivorygraph-contactway,
  .ivorygraph-contactpanel,
  .ivorygraph-apphero,
  .ivorygraph-appget,
  .ivorygraph-appexperience,
  .ivorygraph-appcompare,
  .ivorygraph-appupdate,
  .ivorygraph-appfaq,
  .ivorygraph-appinstall,
  .ivorygraph-apptrust,
  .ivorygraph-appjoin,
  .ivorygraph-appcta{
    padding:58px 0;
  }

  .ivorygraph-contactquick__grid,
  .ivorygraph-appexperience__grid,
  .ivorygraph-apptrust__grid,
  .ivorygraph-form__grid{
    grid-template-columns:1fr;
  }

  .ivorygraph-contacthero__card img{
    height:300px;
  }

  .ivorygraph-apphero__visual{
    min-height:auto;
  }

  .ivorygraph-apphero__device--main{
    position:relative;
    width:100%;
    height:320px;
  }

  .ivorygraph-apphero__device--sub,
  .ivorygraph-apphero__float{
    display:none;
  }

  .ivorygraph-appcompare__row{
    grid-template-columns:1fr;
  }

  .ivorygraph-appcompare__row span{
    border-right:none !important;
  }

  .ivorygraph-appcta__grid{
    padding:24px 20px;
  }

  .ivorygraph-appjoin__box{
    padding:26px 20px;
  }
}

.ivorygraph-listhero,
.ivorygraph-crumbbar,
.ivorygraph-listmain,
.ivorygraph-showhero,
.ivorygraph-showmain{
  padding:88px 0;
}

.ivorygraph-listhero__grid,
.ivorygraph-showhero__grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:34px;
  align-items:center;
}

.ivorygraph-listhero__title,
.ivorygraph-showhero__title{
  margin:18px 0 16px;
  font-size:clamp(36px, 5vw, 60px);
  line-height:1.08;
  letter-spacing:-.02em;
}

.ivorygraph-listhero__title strong{
  color:var(--ivorygraph-red);
}

.ivorygraph-listhero__desc,
.ivorygraph-showhero__desc{
  margin:0;
  color:var(--ivorygraph-muted);
  line-height:1.95;
}

.ivorygraph-listhero__meta,
.ivorygraph-showhero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.ivorygraph-listhero__meta span,
.ivorygraph-showhero__meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(234,242,251,.92);
  border:1px solid #d9e4f1;
  color:var(--ivorygraph-graphite);
}

.ivorygraph-listhero__card,
.ivorygraph-showhero__card,
.ivorygraph-listcard,
.ivorygraph-sidebox,
.ivorygraph-article,
.ivorygraph-reading__item{
  border-radius:var(--ivorygraph-radius-lg);
  background:rgba(255,255,255,.78);
  border:1px solid rgba(221,227,235,.95);
  box-shadow:var(--ivorygraph-shadow);
}

.ivorygraph-listhero__card,
.ivorygraph-showhero__card{
  overflow:hidden;
}

.ivorygraph-listhero__card img,
.ivorygraph-showhero__card img{
  width:100%;
  height:420px;
  object-fit:cover;
  transition:transform .45s ease;
}

.ivorygraph-listhero__card:hover img,
.ivorygraph-showhero__card:hover img{
  transform:scale(1.04);
}

.ivorygraph-crumbbar__nav{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  min-height:58px;
  padding:0 18px;
  border-radius:18px;
  background:rgba(255,255,255,.72);
  border:1px solid var(--ivorygraph-line);
  box-shadow:var(--ivorygraph-shadow);
  color:var(--ivorygraph-muted);
}

.ivorygraph-crumbbar__nav a{
  color:var(--ivorygraph-text);
  text-decoration:none;
  font-weight:700;
}

.ivorygraph-listmain__grid,
.ivorygraph-showmain__grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 340px;
  gap:26px;
  align-items:start;
}

.ivorygraph-listcards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px;
}

.ivorygraph-listcard{
  overflow:hidden;
  transition:all .3s ease;
}

.ivorygraph-listcard:hover,
.ivorygraph-sidebox:hover,
.ivorygraph-reading__item:hover{
  transform:translateY(-4px);
  box-shadow:var(--ivorygraph-shadow-hover);
}

.ivorygraph-listcard__thumb{
  display:block;
  padding:14px 14px 0;
}

.ivorygraph-listcard__thumb img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:18px;
  transition:transform .45s ease;
}

.ivorygraph-listcard:hover .ivorygraph-listcard__thumb img{
  transform:scale(1.04);
}

.ivorygraph-listcard__body{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:16px;
  padding:18px;
}

.ivorygraph-listcard__top h5{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.45;
}

.ivorygraph-listcard__top h5 a{
  color:var(--ivorygraph-text);
  text-decoration:none;
}

.ivorygraph-listcard__top p{
  margin:0;
  color:var(--ivorygraph-muted);
  line-height:1.85;
}

.ivorygraph-listcard__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.ivorygraph-listcard__bottom time{
  color:var(--ivorygraph-red);
  font-size:13px;
  font-weight:700;
}

.ivorygraph-listcard__more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  background:var(--ivorygraph-blue);
  border:1px solid #dce6f2;
  color:var(--ivorygraph-text);
  text-decoration:none;
  font-weight:700;
  transition:all .25s ease;
}

.ivorygraph-listcard__more:hover{
  background:#e1ecf8;
}

.ivorygraph-sidebox{
  padding:22px;
  transition:all .3s ease;
}

.ivorygraph-sidebox + .ivorygraph-sidebox{
  margin-top:20px;
}

.ivorygraph-sidebox__title{
  margin:0 0 16px;
  color:var(--ivorygraph-text);
  font-size:20px;
}

.ivorygraph-side-search{
  display:flex;
  align-items:center;
  gap:10px;
}

.ivorygraph-side-search__field{
  position:relative;
  flex:1;
}

.ivorygraph-side-search__field input{
  width:100%;
  height:48px;
  padding:0 16px;
  border-radius:16px;
  border:1px solid #dbe4ef;
  background:#f8fafc;
  color:var(--ivorygraph-text);
  outline:none;
}

.ivorygraph-side-search__field input:focus{
  border-color:#c4d5e8;
  box-shadow:0 0 0 4px rgba(176,31,46,.06);
}

.ivorygraph-side-search__field label{
  position:absolute;
  left:14px;
  top:-8px;
  padding:0 6px;
  background:#f8f5ee;
  color:var(--ivorygraph-muted);
  font-size:12px;
}

.ivorygraph-side-search button{
  width:48px;
  height:48px;
  border:none;
  border-radius:16px;
  cursor:pointer;
  color:#fff;
  background:var(--ivorygraph-red);
  box-shadow:0 10px 24px rgba(176,31,46,.14);
}

.ivorygraph-side-nav{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.ivorygraph-side-nav a{
  display:flex;
  align-items:center;
  min-height:46px;
  padding:0 14px;
  border-radius:16px;
  background:var(--ivorygraph-blue);
  border:1px solid #dce6f2;
  color:var(--ivorygraph-text);
  text-decoration:none;
  font-weight:700;
  transition:all .25s ease;
}

.ivorygraph-side-nav a:hover{
  transform:translateX(4px);
  background:#e2edf9;
}

.ivorygraph-sidehot{
  display:grid;
  gap:14px;
}

.ivorygraph-sidehot__item{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:12px;
  align-items:start;
  padding:12px;
  border-radius:18px;
  background:var(--ivorygraph-blue);
  border:1px solid #dce6f2;
}

.ivorygraph-sidehot__thumb img{
  width:100%;
  height:84px;
  object-fit:cover;
  border-radius:14px;
  transition:transform .35s ease;
}

.ivorygraph-sidehot__item:hover .ivorygraph-sidehot__thumb img{
  transform:scale(1.04);
}

.ivorygraph-sidehot__body h5{
  margin:0 0 8px;
  font-size:15px;
  line-height:1.45;
}

.ivorygraph-sidehot__body h5 a{
  color:var(--ivorygraph-text);
  text-decoration:none;
}

.ivorygraph-sidehot__body p{
  margin:0 0 8px;
  color:var(--ivorygraph-muted);
  line-height:1.7;
  font-size:13px;
}

.ivorygraph-sidehot__body time{
  color:var(--ivorygraph-red);
  font-size:12px;
  font-weight:700;
}

.ivorygraph-article{
  padding:30px;
}

.ivorygraph-article__title{
  margin:0 0 16px;
  font-size:clamp(30px, 4vw, 48px);
  line-height:1.22;
  color:var(--ivorygraph-text);
}

.ivorygraph-article__meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:26px;
  padding-bottom:22px;
  border-bottom:1px solid var(--ivorygraph-line);
}

.ivorygraph-article__meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:var(--ivorygraph-blue);
  border:1px solid #dce6f2;
  color:var(--ivorygraph-graphite);
}

.ivorygraph-article__content{
  color:var(--ivorygraph-text);
  line-height:2;
  font-size:16px;
  word-break:break-word;
}

.ivorygraph-article__content img{
  margin:18px auto;
  border-radius:20px;
}

.ivorygraph-article__content p,
.ivorygraph-article__content li,
.ivorygraph-article__content blockquote{
  color:var(--ivorygraph-muted);
}

.ivorygraph-article__content a{
  color:var(--ivorygraph-red);
}

.ivorygraph-article__content h2,
.ivorygraph-article__content h3,
.ivorygraph-article__content h4{
  color:var(--ivorygraph-text);
  line-height:1.45;
}

.ivorygraph-article__content blockquote{
  margin:22px 0;
  padding:18px 20px;
  border-left:4px solid var(--ivorygraph-red);
  background:var(--ivorygraph-blue);
  border-radius:0 18px 18px 0;
}

.ivorygraph-article__pager{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:32px;
}

.ivorygraph-article__pager-item{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:96px;
  padding:18px;
  border-radius:22px;
  background:var(--ivorygraph-blue);
  border:1px solid #dce6f2;
  text-decoration:none;
  color:var(--ivorygraph-text);
  transition:all .3s ease;
}

.ivorygraph-article__pager-item:hover{
  transform:translateY(-3px);
  box-shadow:var(--ivorygraph-shadow);
}

.ivorygraph-article__pager-item strong{
  color:var(--ivorygraph-red);
  display:flex;
  align-items:center;
  gap:8px;
}

.ivorygraph-article__share{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  margin-top:28px;
  padding:24px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(234,242,251,.92), rgba(245,248,252,.95));
  border:1px solid #dce6f2;
}

.ivorygraph-article__share-text h6{
  margin:0 0 10px;
  font-size:20px;
  color:var(--ivorygraph-text);
  display:flex;
  align-items:center;
  gap:10px;
}

.ivorygraph-article__share-text p{
  margin:0;
  color:var(--ivorygraph-muted);
}

.ivorygraph-article__share-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.ivorygraph-article__share-actions a,
.ivorygraph-copylink{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:52px;
  height:52px;
  padding:0 18px;
  border:none;
  border-radius:16px;
  cursor:pointer;
  text-decoration:none;
  color:#fff;
  font-weight:700;
  background:var(--ivorygraph-red);
  box-shadow:0 10px 24px rgba(176,31,46,.14);
}

.ivorygraph-reading{
  margin-top:24px;
  padding:28px;
  border-radius:var(--ivorygraph-radius-lg);
  background:rgba(255,255,255,.78);
  border:1px solid rgba(221,227,235,.95);
  box-shadow:var(--ivorygraph-shadow);
}

.ivorygraph-reading__head{
  margin-bottom:18px;
}

.ivorygraph-reading__head h3{
  margin:0;
  font-size:24px;
  color:var(--ivorygraph-text);
  display:flex;
  align-items:center;
  gap:10px;
}

.ivorygraph-reading__list{
  display:grid;
  gap:14px;
}

.ivorygraph-reading__item{
  display:grid;
  grid-template-columns:58px 110px 1fr;
  gap:14px;
  align-items:center;
  padding:14px;
  transition:all .3s ease;
}

.ivorygraph-reading__index{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:16px;
  background:var(--ivorygraph-blue);
  border:1px solid #dce6f2;
  color:var(--ivorygraph-red);
  font-size:22px;
  font-weight:800;
}

.ivorygraph-reading__thumb img{
  width:100%;
  height:82px;
  object-fit:cover;
  border-radius:16px;
  transition:transform .35s ease;
}

.ivorygraph-reading__item:hover .ivorygraph-reading__thumb img{
  transform:scale(1.04);
}

.ivorygraph-reading__body h6{
  margin:0 0 8px;
  font-size:17px;
  line-height:1.5;
}

.ivorygraph-reading__body h6 a{
  color:var(--ivorygraph-text);
  text-decoration:none;
}

.ivorygraph-reading__body small{
  color:var(--ivorygraph-red);
  display:inline-flex;
  align-items:center;
  gap:6px;
}

@media (max-width: 991px){
  .ivorygraph-listhero__grid,
  .ivorygraph-showhero__grid,
  .ivorygraph-listmain__grid,
  .ivorygraph-showmain__grid{
    grid-template-columns:1fr;
  }

  .ivorygraph-listcards{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 767px){
  .ivorygraph-listhero,
  .ivorygraph-crumbbar,
  .ivorygraph-listmain,
  .ivorygraph-showhero,
  .ivorygraph-showmain{
    padding:58px 0;
  }

  .ivorygraph-listcards,
  .ivorygraph-article__pager,
  .ivorygraph-reading__item{
    grid-template-columns:1fr;
  }

  .ivorygraph-sidehot__item{
    grid-template-columns:1fr;
  }

  .ivorygraph-listhero__card img,
  .ivorygraph-showhero__card img{
    height:280px;
  }

  .ivorygraph-article{
    padding:22px 18px;
  }

  .ivorygraph-reading{
    padding:22px 18px;
  }
}